Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($7.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDbC | ERC-20 | 7.608198 | $0.999247 |
$7.6 | |
WGC | ERC-20 | 200 | $0.000537 |
$0.11 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
WGC | ERC-20 | 100 | -- | -- | |
| ERC-20 | 30 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22457250 | 5 days ago | | | 0 | 0.013813250 | |
| 22423632 | 6 days ago | | | 0 | 0.013813250 | |
| 22423559 | 6 days ago | | | 0 | 0.013813250 | |
| 22373860 | 7 days ago | | | 0 | 0.013813250 | |
| 22373652 | 7 days ago | | | 0 | 0.013813250 | |
| 22373397 | 7 days ago | | | 0 | 0.013813250 | |
| 22373193 | 7 days ago | | | 0 | 0.013813250 | |
| 22373016 | 7 days ago | | | 0 | 0.013813250 | |
| 22332592 | 8 days ago | | | 0 | 0.013813250 | |
| 22292993 | 9 days ago | | | 0 | 0.013813250 |
ABI
ABI objects
Getter at block 22694675
getMinterManager() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
owner() view returns (address)
0xb5bff84d169a72e76e94ec950da51bac90b60284
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.