Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x60a3…db42
Balances ($0.00)
No balances found for "MasterMinter"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22457284 | 6 days ago | | | 0 | 0.0027626500 | |
| 22114784 | 14 days ago | | | 0 | 0.017139250 | |
| 22114764 | 14 days ago | | | 0 | 0.017139250 | |
| 22114749 | 14 days ago | | | 0 | 0.011990500 | |
| 22114724 | 14 days ago | | | 0 | 0.011987500 | |
| 21551530 | a month ago | | | 0 | 0.0027626500 | |
| 20635546 | 2 months ago | | | 0 | 0.0027626500 | |
| 20635095 | 2 months ago | | | 0 | 0.0027626500 | |
| 20590629 | 2 months ago | | | 0 | 0.0027626500 | |
| 20289910 | 2 months ago | | | 0 | 0.0027626500 |
ABI
ABI objects
Getter at block 22711880
getMinterManager() view returns (address)
0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42
owner() view returns (address)
0xd8dda6b953c16f75a46309898d1ce154f58c898d
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.