PillarDevelopment / Multiownable-Token

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiownable-Token

  1. Two owner addresses transmit the parameters new and previous owners sequentially
TransferOwnership(address, address)
  1. Two owner addresses transmit the parameters sequentially
mint(address, uint256)
  1. Two owner addresses transmit the parameters sequentially
burn(address, uint256)
  1. Two owner addresses transmit the parameters from - allOperations[allOperationsCount-1]
canselPending(bytes32)
  1. get max available emission
MaxSupply()
  1. get operation bytes32 HASH by index
allOperations[uint256]
  1. get totalOperations length
allOperationCount()
  1. get operation index by hash
allOperationsIndicies[bytes32]
  1. get necessary signers
howManyOwnersDecide()
  1. get owner address by index
owners[uint256]
  1. get owner index by address
ownersIndices[address]

About

License:MIT License


Languages

Language:Solidity 75.0%Language:Python 25.0%