TokenController
Verified contract
Active on
Ethereum with 40 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
0x95ba…db81
0x95ba…db81
0x3226…c6b9
Balances ($0.00)
No balances found for "TokenController"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8312224 | 5 years ago | | | 0 | 0.00040379055 | |
| 8260529 | 5 years ago | | | 0 | 0.00029545650 | |
| 8234664 | 5 years ago | | | 0 | 0.00039432600 | |
| 8195793 | 5 years ago | | | 0 | 0.00039432600 | |
| 8170515 | 5 years ago | | | 0 | 0.0026262800 | |
| 8151178 | 5 years ago | | | 0 | 0.00039394200 | |
| 8151170 | 5 years ago | | | 0 | 0.00021695400 | |
| 8151167 | 5 years ago | | | 0 | 0.00027858000 | |
| 8151165 | 5 years ago | | | 0 | 0.00016632000 | |
| 8123052 | 5 years ago | | | 0 | 0.00036672318 |
ABI
ABI objects
Getter at block 21189600
IS_MINT_PAUSER() view returns (bytes32)
0x697355524f4e4d696e7450617573657273000000000000000000000000000000
IS_MINT_RATIFIER() view returns (bytes32)
0x697355524f4e4d696e7452617469666965720000000000000000000000000000
IS_REDEMPTION_ADMIN() view returns (bytes32)
0x697355524f4e526564656d7074696f6e41646d696e0000000000000000000000
MULTISIG_MINT_SIGS() view returns (uint8)
3
PAUSED_IMPLEMENTATION() view returns (address)
0xfa2350552ba1593e7d3abd284c4d55ae26aaea20
RATIFY_MINT_SIGS() view returns (uint8)
1
fastPause() view returns (address)
0x70a1847c1ea4de19aa8a840817db9852cda575d9
initialized() view returns (bool)
true
instantMintLimit() view returns (uint256)
2000000000000000
instantMintPool() view returns (uint256)
600000000000000
instantMintThreshold() view returns (uint256)
2000000000000000
mintKey() view returns (address)
0x8d52f5977a45d45e921749c879767521f594d846
mintOperationCount() view returns (uint256)
0
mintPaused() view returns (bool)
false
mintReqInvalidBeforeThisBlock() view returns (uint256)
0
multiSigMintLimit() view returns (uint256)
2200000000000000
multiSigMintPool() view returns (uint256)
200000000000000
multiSigMintThreshold() view returns (uint256)
2200000000000000
owner() view returns (address)
0x3d9e7129cf86e6744eddd74a72d09bc112633bc1
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
ratifiedMintLimit() view returns (uint256)
2100000000000000
ratifiedMintPool() view returns (uint256)
1100000000000000
ratifiedMintThreshold() view returns (uint256)
2100000000000000
registry() view returns (address)
0x3226bc05fb336bcd279222f981e729b2dedfc6b9
token() view returns (address)
0x95ba8a11b3c6f0f326dd410b043c16e183cbdb81
token_proxy() view returns (address)
0x95ba8a11b3c6f0f326dd410b043c16e183cbdb81
Read-only
canFinalize(uint256 _index) view returns (bool)
hasEnoughApproval(uint256 _numberOfApproval, uint256 _value) view returns (bool)
mintOperations(uint256) view returns (address to, uint256 value, uint256 requestedBlock, uint256 numberOfApproval, bool paused)
ratifiedPoolRefillApprovals(uint256) view returns (address)
State-modifying
Events claimEURONProxyOwnership()
claimOwnership()
finalizeMint(uint256 _index)
initialize()
instantMint(address _to, uint256 _value)
invalidateAllPendingMints()
issueClaimOwnership(address _other)
pauseMint(uint256 _opIndex)
pauseMints()
pauseToken()
ratifyMint(uint256 _index, address _to, uint256 _value)
reclaimEther(address _to)
reclaimToken(address _token, address _to)
refillInstantMintPool()
refillMultiSigMintPool()
refillRatifiedMintPool()
requestMint(address _to, uint256 _value)
requestReclaimContract(address _other)
requestReclaimEther()
requestReclaimToken(address _token)
revokeMint(uint256 _index)
setBurnBounds(uint256 _min, uint256 _max)
setFastPause(address _newFastPause)
setMintLimits(uint256 _instant, uint256 _ratified, uint256 _multiSig)
setMintThresholds(uint256 _instant, uint256 _ratified, uint256 _multiSig)
setRegistry(address _registry)
setToken(address _newContract)
setTokenRegistry(address _registry)
setTransferFee(uint256 transferFee)
transferChild(address _child, address _newOwner)
transferEURONProxyOwnership(address _newOwner)
transferMintKey(address _newMintKey)
transferOwnership(address newOwner)
unpauseMint(uint256 _opIndex)
unpauseMints()
upgradeEURONProxyImplTo(address _implementation)
wipeBlackListedEURON(address _blacklistedAddress)
AllMintsPaused(bool status)
FastPauseSet(address _newFastPause)
FinalizeMint(address indexed to, uint256 indexed value, uint256 opIndex, address mintKey)
InstantMint(address indexed to, uint256 indexed value, address indexed mintKey)
InstantPoolRefilled()
MintApproved(address approver, uint256 opIndex)
MintLimitsChanged(uint256 instant, uint256 ratified, uint256 multiSig)
MintPaused(uint256 opIndex, bool status)
MintRatified(uint256 indexed opIndex, address indexed ratifier)
MintThresholdChanged(uint256 instant, uint256 ratified, uint256 multiSig)
MultiSigPoolRefilled()
NewOwnerPending(address indexed currentOwner, address indexed pendingOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RatifyPoolRefilled()
RequestMint(address indexed to, uint256 indexed value, uint256 opIndex, address mintKey)
RequestReclaimContract(address indexed other)
RevokeMint(uint256 opIndex)
SetRegistry(address indexed registry)
SetToken(address newContract)
TransferChild(address indexed child, address indexed newOwner)
TransferMintKey(address indexed previousMintKey, address indexed newMintKey)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.