Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000759 |
$0 | |
OHNO | ERC-20 | 165.623596 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22754623 | an hour ago | | | 0 | 8.6510869e-7 | |
| 22753749 | an hour ago | | | 0 | 7.3123303e-7 | |
| 22748048 | 4 hours ago | | | 0 | 4.8030602e-7 | |
| 22748041 | 4 hours ago | | | 0 | 8.4363479e-7 | |
| 22707253 | a day ago | | | 0 | 8.5997197e-7 | |
| 22704637 | a day ago | | | 0 | 4.8759724e-7 | |
| 22704632 | a day ago | | | 0 | 4.8759724e-7 | |
| 22704627 | a day ago | | | 0 | 4.5037466e-7 | |
| 22699701 | a day ago | | | 0 | 8.5858571e-7 | |
| 22675273 | 2 days ago | | | 0 | 8.5768934e-7 |
ABI
ABI objects
Getter at block 22756117
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
Coin Token
operator() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
owner() view returns (address)
0xfd5844867387cecc3a0393b3e0be32479ea9e61a
symbol() view returns (string)
COIN
totalSupply() view returns (uint256)
10861543928600159971038155
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
governanceRecoverUnsupported(address _token, uint256 _amount, address _to)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
setMinters(address _minter, bool _canMint)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.