DelayMinter
Verified contract
Active on
Ethereum with 145 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "DelayMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13851100 | 3 years ago | | | 0 | 0.0041637330 | |
| 13851098 | 3 years ago | | | 0 | 0.012837177 | |
| 13850719 | 3 years ago | | | 0 | 0.0026144370 | |
| 13831692 | 3 years ago | | | 0 | 0.0022271130 | |
| 13831648 | 3 years ago | | | 0 | 0.0022271130 | |
| 13805061 | 3 years ago | | | 0 | 0.0090543380 | |
| 13805019 | 3 years ago | | | 0 | 0.0085581180 | |
| 13760200 | 3 years ago | | | 0 | 0.013476224 | |
| 13760168 | 3 years ago | | | 0 | 0.012737664 | |
| 13716787 | 3 years ago | | | 0 | 0.020846034 |
ABI
ABI objects
Getter at block 21325823
delay() view returns (uint256)
86400
governance() view returns (address)
0x973d0408dee278203c8613178c1732fd60182916
lpRatio() view returns (uint256)
70
nextId() view returns (uint256)
207
operationRatio() view returns (uint256)
10
operator() view returns (address)
0x843002b1d545ef7abb71c716e6179570582faa40
store() view returns (address)
0x9933682d7c7c03a4752ad26fcf07a0ed32203d62
team() view returns (address)
0x49d71131396f23f0bce31de80526d7c025981c4d
teamRatio() view returns (uint256)
20
token() view returns (address)
0xa0246c9032bc3a600820415ae600c6388619a14d
totalRatio() view returns (uint256)
100
Read-only
This contract contains no read-only function objects.
State-modifying
Events announceMint(address _target, uint256 _amount)
cancelMint(uint256 _id)
executeMint(uint256 _id)
renounceMinting()
setOperator(address _operator)
setStorage(address _store)
setTeam(address _team)
CancelMinting(uint256 id)
MintingAnnounced(uint256 id, address target, uint256 _amount, uint256 timeActive)
NewOperator(address operator)
NewTeam(address team)
constructor(address _storage, address _token, uint256 _delay, address _team, address _operator)
This contract contains no fallback and receive objects.
This contract contains no error objects.