OKB
Verified contract
Proxy
Active on
Ethereum with 208,005 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($38.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 34.841466 | $1.001 |
$34.88 | |
INUINU | ERC-20 | 1.791127B | $0.00 |
$1.79 | |
ISP | ERC-20 | 1.6K | $0.000967 |
$1.55 | |
HEX | ERC-20 | 1.307 | $0.003076 |
$0 | |
APU | ERC-20 | 1 | $0.001041 |
$0 | |
FEG | ERC-20 | 2.603576B | -- | -- | |
SAITAMA | ERC-20 | 1.47B | -- | -- | |
TWeR1 | ERC-20 | 19.4M | -- | -- | |
NEJU | ERC-20 | 19.4M | -- | -- | |
PoUP | ERC-20 | 1.94M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243033 | 13 minutes ago | | | 0 | 0.00045045988 | |
| 21243017 | 17 minutes ago | | | 0 | 0.00071895114 | |
| 21242299 | 3 hours ago | | | 0 | 0.00073889752 | |
| 21242294 | 3 hours ago | | | 0 | 0.00067795760 | |
| 21242179 | 3 hours ago | | | 0 | 0.00058248585 | |
| 21242067 | 3 hours ago | | | 0 | 0.0017945200 | |
| 21241876 | 4 hours ago | | | 0 | 0.00039685230 | |
| 21241519 | 5 hours ago | | | 0 | 0.00067594402 | |
| 21241432 | 6 hours ago | | | 0 | 0.00036107882 | |
| 21241392 | 6 hours ago | | | 0 | 0.00036366323 |
ABI
ABI objects
Getter at block 21243097
implementation() view returns (address impl)
0x5dba7dfcdbfb8812d30fdd99d9441f8b7a605621
proxyOwner() view returns (address owner)
0x4a164ca582d169f7caad471250991dd861dda981
decimals() view returns (uint8)
18
lawEnforcementRole() view returns (address)
0x5b27e98516fd2bd5001d4dfe3f5a2263f702f634
name() view returns (string)
OKB
owner() view returns (address)
0xc3d82e22501f3d836727e335d3cf2151b07947d7
paused() view returns (bool)
false
supplyController() view returns (address)
0x4a11078a99b118bbfee78a5c187d98d264360433
symbol() view returns (string)
OKB
totalSupply() view returns (uint256)
299999999999999994184858317
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _addr) view returns (uint256)
isFrozen(address _addr) view returns (bool)
State-modifying
Events transferProxyOwnership(address newOwner)
upgradeTo(address implementation)
upgradeToAndCall(address implementation, bytes data) payable
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseSupply(uint256 _value) returns (bool success)
freeze(address _addr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseSupply(uint256 _value) returns (bool success)
initialize()
pause()
setLawEnforcementRole(address _newLawEnforcementRole)
setSupplyController(address _newSupplyController)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unfreeze(address _addr)
unpause()
wipeFrozenAddress(address _addr)
ProxyOwnershipTransferred(address previousOwner, address newOwner)
Upgraded(address indexed implementation)
AddressFrozen(address indexed addr)
AddressUnfrozen(address indexed addr)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenAddressWiped(address indexed addr)
LawEnforcementRoleSet(address indexed oldLawEnforcementRole, address indexed newLawEnforcementRole)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Pause()
SupplyControllerSet(address indexed oldSupplyController, address indexed newSupplyController)
SupplyDecreased(address indexed from, uint256 value)
SupplyIncreased(address indexed to, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.