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 "Oppai"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17877239 | a year ago | | | 0 | 0.00050222295 | |
| 17722346 | a year ago | | | 0 | 0.0013933406 | |
| 17676500 | a year ago | | | 0 | 0.00083052480 | |
| 17676056 | a year ago | | | 0 | 0.00063495084 | |
| 17673705 | a year ago | | | 0 | 0.00068711600 | |
| 17672518 | a year ago | | | 0 | 0.00050839583 | |
| 17672141 | a year ago | | | 0 | 0.0016786624 | |
| 17672107 | a year ago | | | 0 | 0.0010720858 | |
| 17672012 | a year ago | | | 0 | 0.0013513458 | |
| 17671987 | a year ago | | | 0 | 0.0013640710 |
ABI
ABI objects
Getter at block 21220303
Optimization() view returns (uint256)
1053120052907170204791673856790660
_owner() view returns (address)
0xe5d2e9d071f702e047916b7e38d5f6b79b0f660d
decimals() view returns (uint256)
18
name() view returns (string)
Oppai
owner() view returns (address)
0xe5d2e9d071f702e047916b7e38d5f6b79b0f660d
symbol() view returns (string)
OPPAI
totalSupply() view returns (uint256)
420690000000000000000000000000000
Read-only
_isEnemy(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events EnemyAddress(address account, bool value)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
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_, uint256 decimals_, uint256 initialBalance_, address tokenOwner, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.