Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($329.21)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMT | ERC-20 | 200K | $0.001636 |
$327.11 | |
APE | ERC-20 | 1.812947 | $1.16 |
$2.1 | |
OG | ERC-20 | 189.94582K | -- | -- | |
BAPE | ERC-20 | 72.642424K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156583 | 2 days ago | | | 0 | 0.00059002567 | |
| 21156056 | 2 days ago | | | 0 | 0.00062856228 | |
| 21156027 | 2 days ago | | | 0 | 0.00061892400 | |
| 21150342 | 3 days ago | | | 0 | 0.00041842189 | |
| 21150337 | 3 days ago | | | 0 | 0.00042222825 | |
| 21150335 | 3 days ago | | | 0 | 0.00062940089 | |
| 21140070 | 4 days ago | | | 0 | 0.00028045560 | |
| 21102654 | 9 days ago | | | 0 | 0.00010743056 | |
| 21102653 | 9 days ago | | | 0 | 0.00010693320 | |
| 20906896 | a month ago | | | 0 | 0.00026728141 |
ABI
ABI objects
Getter at block 21168344
decimals() view returns (uint8)
18
gameContract() view returns (address)
0xe6cd4727a1058e6973e973986d0493f1e7975ef8
name() view returns (string)
Oogear
owner() view returns (address)
0xb41e32e17427ce187c3279ea5bef09eb70c6a0ff
symbol() view returns (string)
OG
totalSupply() view returns (uint256)
3251103959491167661658001800
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setGameContract(address gameContract_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.