TokenController

Verified contract

Active on Ethereum with 40 txns
Deployed by via 0x769c7f1c at 8079708
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "TokenController"

0xa22d7f58be707f61c592584d1578789e9f405381b06dfa1e7886f2644aae3947
0x9cb15cfd77e54ff0c791236d5c7edeefcb7a668d9b654673977cf49a089f836b
0x86281236b835b18d5618052ad6b5a0c9d7c30a7e4f0b104d061506524f47279a
0xdec44b523814d08934c2eb22a6d054a84b870fdc6a8f825c4a6822b30b6daa70
0xff5821e58ee2bfc018e97da4661d14405b1af5aea67a3e3992d390fc3679bd28
0xed9a48f5d52701e475b4d18cbc7a6852328d2bdd0526b0adbe3c021c36745899
0xb4205a8504525857ee95a56de98e6c63468c75b495e45192d23a5ea07f98fb6d
0xbb29007c4de69b6bf54ebe92b2dab1b7ec0984960228def04342fc4b85004d34
0x4e984bf2d3c50d9c7c5eb5f1e9c5fc1e7ad8c8c785770ba1404bcc29517a4b46
0x85241c632258ef474cfa6dde2639c0121a41edbe32a82d3f9a5ff673d486482f

Functions
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 _indexview returns (bool)
hasEnoughApproval(uint256 _numberOfApprovaluint256 _valueview returns (bool)
mintOperations(uint256view returns (address touint256 valueuint256 requestedBlockuint256 numberOfApprovalbool paused)
ratifiedPoolRefillApprovals(uint256view returns (address)
State-modifying
claimEURONProxyOwnership(
claimOwnership(
finalizeMint(uint256 _index
initialize(
instantMint(address _touint256 _value
invalidateAllPendingMints(
issueClaimOwnership(address _other
pauseMint(uint256 _opIndex
pauseMints(
pauseToken(
ratifyMint(uint256 _indexaddress _touint256 _value
reclaimEther(address _to
reclaimToken(address _tokenaddress _to
refillInstantMintPool(
refillMultiSigMintPool(
refillRatifiedMintPool(
requestMint(address _touint256 _value
requestReclaimContract(address _other
requestReclaimEther(
requestReclaimToken(address _token
revokeMint(uint256 _index
setBurnBounds(uint256 _minuint256 _max
setFastPause(address _newFastPause
setMintLimits(uint256 _instantuint256 _ratifieduint256 _multiSig
setMintThresholds(uint256 _instantuint256 _ratifieduint256 _multiSig
setRegistry(address _registry
setToken(address _newContract
setTokenRegistry(address _registry
setTransferFee(uint256 transferFee
transferChild(address _childaddress _newOwner
transferEURONProxyOwnership(address _newOwner
transferMintKey(address _newMintKey
transferOwnership(address newOwner
unpauseMint(uint256 _opIndex
unpauseMints(
upgradeEURONProxyImplTo(address _implementation
wipeBlackListedEURON(address _blacklistedAddress
Events
AllMintsPaused(bool status
FastPauseSet(address _newFastPause
FinalizeMint(address indexed touint256 indexed valueuint256 opIndexaddress mintKey
InstantMint(address indexed touint256 indexed valueaddress indexed mintKey
InstantPoolRefilled(
MintApproved(address approveruint256 opIndex
MintLimitsChanged(uint256 instantuint256 ratifieduint256 multiSig
MintPaused(uint256 opIndexbool status
MintRatified(uint256 indexed opIndexaddress indexed ratifier
MintThresholdChanged(uint256 instantuint256 ratifieduint256 multiSig
MultiSigPoolRefilled(
NewOwnerPending(address indexed currentOwneraddress indexed pendingOwner
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RatifyPoolRefilled(
RequestMint(address indexed touint256 indexed valueuint256 opIndexaddress mintKey
RequestReclaimContract(address indexed other
RevokeMint(uint256 opIndex
SetRegistry(address indexed registry
SetToken(address newContract
TransferChild(address indexed childaddress indexed newOwner
TransferMintKey(address indexed previousMintKeyaddress indexed newMintKey
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.