SupplyManager
Verified contract
Active on
Ethereum with 0 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "SupplyManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SupplyManager"
ABI
ABI objects
Getter at block 21256679
admin() view returns (address)
0x13d5b8fc84f73fc5a0a5832aa8373044371314d3
changeAllowedAfter() view returns (uint256)
1621425600
pendingAdmin() view returns (uint256 eta, address newAdmin)
(eta=0, newAdmin=0x0000000000000000000000000000000000000000)
pendingBurn() view returns (uint256 eta, address source, uint256 amount)
(eta=0, source=0x0000000000000000000000000000000000000000, amount=0)
pendingMint() view returns (uint256 eta, address destination, uint256 amount)
(eta=0, destination=0x0000000000000000000000000000000000000000, amount=0)
pendingMintCap() view returns (uint256 eta, uint16 newCap)
(eta=0, newCap=0)
pendingProposalLength() view returns (uint256 eta, uint32 newLength)
(eta=0, newLength=0)
pendingSupplyManager() view returns (uint256 eta, address newSupplyManager)
(eta=0, newSupplyManager=0x0000000000000000000000000000000000000000)
pendingWaitingPeriod() view returns (uint256 eta, uint32 newPeriod)
(eta=0, newPeriod=0)
proposalLength() view returns (uint32)
2592000
proposalLengthMinimum() view returns (uint32)
604800
token() view returns (address)
0x1f3f9d3068568f8040775be2e8c03c103c61f3af
Read-only
This contract contains no read-only function objects.
State-modifying
Events acceptAdmin()
acceptBurn()
acceptMint()
acceptMintCap()
acceptProposalLength()
acceptSupplyChangeWaitingPeriod()
acceptSupplyManager()
cancelAdmin()
cancelBurn()
cancelMint()
cancelMintCap()
cancelProposalLength()
cancelSupplyManager()
cancelWaitingPeriod()
proposeAdmin(address newAdmin)
proposeBurn(address src, uint256 amount)
proposeMint(address dst, uint256 amount)
proposeMintCap(uint16 newCap)
proposeNewProposalLength(uint32 newLength)
proposeSupplyChangeWaitingPeriod(uint32 newPeriod)
proposeSupplyManager(address newSupplyManager)
AdminAccepted(address indexed oldAdmin, address indexed newAdmin)
AdminCanceled(address indexed proposedAdmin)
AdminProposed(address indexed oldAdmin, address indexed newAdmin, uint256 eta)
BurnAccepted(uint256 indexed amount, address indexed source, uint256 oldSupply, uint256 newSupply)
BurnCanceled(uint256 indexed amount, address indexed source)
BurnProposed(uint256 indexed amount, address indexed source, uint256 oldSupply, uint256 newSupply, uint256 eta)
MintAccepted(uint256 indexed amount, address indexed recipient, uint256 oldSupply, uint256 newSupply)
MintCanceled(uint256 indexed amount, address indexed recipient)
MintCapAccepted(uint16 indexed oldCap, uint16 indexed newCap)
MintCapCanceled(uint16 indexed proposedCap)
MintCapProposed(uint16 indexed oldCap, uint16 indexed newCap, uint256 eta)
MintProposed(uint256 indexed amount, address indexed recipient, uint256 oldSupply, uint256 newSupply, uint256 eta)
ProposalLengthAccepted(uint32 indexed oldProposalLength, uint32 indexed newProposalLength)
ProposalLengthCanceled(uint32 indexed proposedProposalLength)
ProposalLengthProposed(uint32 indexed oldProposalLength, uint32 indexed newProposalLength, uint256 eta)
SupplyManagerAccepted(address indexed oldSupplyManager, address indexed newSupplyManager)
SupplyManagerCanceled(address indexed proposedSupplyManager)
SupplyManagerProposed(address indexed oldSupplyManager, address indexed newSupplyManager, uint256 eta)
WaitingPeriodAccepted(uint32 indexed oldWaitingPeriod, uint32 indexed newWaitingPeriod)
WaitingPeriodCanceled(uint32 indexed proposedWaitingPeriod)
WaitingPeriodProposed(uint32 indexed oldWaitingPeriod, uint32 indexed newWaitingPeriod, uint256 eta)
constructor(address _token, address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.