MasterMinter
Verified contract
Active on
Ethereum with 1,130 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 "MasterMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238882 | 2 hours ago | | | 0 | 0.019583200 | |
| 21238848 | 2 hours ago | | | 0 | 0.019583200 | |
| 21232811 | a day ago | | | 0 | 0.019583200 | |
| 21232780 | a day ago | | | 0 | 0.019583200 | |
| 21224416 | 2 days ago | | | 0 | 0.019583200 | |
| 21217495 | 3 days ago | | | 0 | 0.019583200 | |
| 21195684 | 6 days ago | | | 0 | 0.027982000 | |
| 21195601 | 6 days ago | | | 0 | 0.027982000 | |
| 21195580 | 6 days ago | | | 0 | 0.019583200 | |
| 21189985 | 7 days ago | | | 0 | 0.019583200 |
ABI
ABI objects
Getter at block 21239486
getMinterManager() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
owner() view returns (address)
0xc1d9fe41d19dd52cb3ae5d1d3b0030b5d498c704
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.