MasterMinter
Verified contract
Active on
Ethereum with 34 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1aba…c33c
Balances ($0.00)
No balances found for "MasterMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20378080 | 3 months ago | | | 0 | 0.010893750 | |
| 20378071 | 3 months ago | | | 0 | 0.010893750 | |
| 20170503 | 4 months ago | | | 0 | 0.0070862500 | |
| 20170496 | 4 months ago | | | 0 | 0.0063677500 | |
| 20170490 | 4 months ago | | | 0 | 0.0063677500 | |
| 20170484 | 4 months ago | | | 0 | 0.0063677500 | |
| 20170477 | 4 months ago | | | 0 | 0.0063677500 | |
| 20170468 | 4 months ago | | | 0 | 0.011990500 | |
| 20170461 | 4 months ago | | | 0 | 0.011990500 | |
| 20170445 | 4 months ago | | | 0 | 0.011990500 |
ABI
ABI objects
Getter at block 20495068
getMinterManager() view returns (address)
0x1abaea1f7c830bd89acc67ec4af516284b1bc33c
owner() view returns (address)
0xa1a083189c5425af0bc59a58b2f1649d5236871b
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.