MasterMinter
Verified contract
Active on
Ethereum with 10 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xde0a…0195
Balances ($0.00)
No balances found for "MasterMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7848811 | 6 years ago | | | 0 | 0.0050475000 | |
| 7824249 | 6 years ago | | | 0 | 0.0031689000 | |
| 7824200 | 6 years ago | | | 0 | 0.0050475000 | |
| 7823879 | 6 years ago | | | 0 | 0.0046689000 | |
| 7817070 | 6 years ago | | | 0 | 0.0046753000 | |
| 7817058 | 6 years ago | | | 0 | 0.0046753000 | |
| 7817037 | 6 years ago | | | 0 | 0.0046753000 | |
| 7817016 | 6 years ago | | | 0 | 0.0046753000 | |
| 7816924 | 6 years ago | | | 0 | 0.0046753000 | |
| 7407621 | 6 years ago | | | 0 | 0.000091101000 |
ABI
ABI objects
Getter at block 21315895
getMinterManager() view returns (address)
0xde0aa21af41176cb05e5a80f26dd7949380f0195
owner() view returns (address)
0xfd8e264c1cedda75d68c12fa3249566b2ada099d
Read-only
getWorker(address _controller) view returns (address)
State-modifying
Events configureController(address _controller, address _worker)
configureMinter(uint256 _newAllowance) returns (bool)
decrementMinterAllowance(uint256 _allowanceDecrement) returns (bool)
incrementMinterAllowance(uint256 _allowanceIncrement) returns (bool)
removeController(address _controller)
removeMinter() returns (bool)
setMinterManager(address _newMinterManager)
transferOwnership(address newOwner)
ControllerConfigured(address indexed _controller, address indexed _worker)
ControllerRemoved(address indexed _controller)
MinterAllowanceDecremented(address indexed msgSender, address indexed minter, uint256 decrement, uint256 newAllowance)
MinterAllowanceIncremented(address indexed _msgSender, address indexed _minter, uint256 _increment, uint256 _newAllowance)
MinterConfigured(address indexed _msgSender, address indexed _minter, uint256 _allowance)
MinterManagerSet(address indexed _oldMinterManager, address indexed _newMinterManager)
MinterRemoved(address indexed _msgSender, address indexed _minter)
OwnershipTransferred(address previousOwner, address newOwner)
constructor(address _minterManager)
This contract contains no fallback and receive objects.
This contract contains no error objects.