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 "OKB"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20905689 | a month ago | | | 0 | 0.00045493179 | |
| 18584224 | a year ago | | | 0 | 0.0013247485 | |
| 16930748 | 2 years ago | | | 0 | 0.00080647346 | |
| 16619291 | 2 years ago | | | 0 | 0.0011289400 | |
| 16618979 | 2 years ago | | | 0 | 0.0016631202 | |
| 16618848 | 2 years ago | | | 0 | 0.00071764474 | |
| 16618826 | 2 years ago | | | 0 | 0.00080402168 | |
| 16375678 | 2 years ago | | | 0 | 0.00088897626 | |
| 16046083 | 2 years ago | | | 0 | 0.00094870400 | |
| 16046083 | 2 years ago | | | 0 | 0.00094870400 |
ABI
ABI objects
Getter at block 21162786
decimals() view returns (uint8)
18
name() view returns (string)
OKB
owner() view returns (address)
0xf431e687103bf39bc6e66bb8af90b02fb6a0fa21
symbol() view returns (string)
OKB
totalSupply() view returns (uint256)
100000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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_, uint8 decimals_, uint256 supply_, bytes d)
This contract contains no fallback and receive objects.
This contract contains no error objects.