Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($153.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UMA | ERC-20 | 51.036862 | $3.00 |
$153.11 | |
FOR | ERC-20 | 1 | $0.001958 |
$0 | |
PKO | ERC-20 | 96.427993K | -- | -- | |
MYOU | ERC-20 | 0.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20625215 | 3 months ago | | | 0 | 0.000092698127 | |
| 16516037 | 2 years ago | | | 0 | 0.00089217843 | |
| 16418385 | 2 years ago | | | 0 | 0.00078230022 | |
| 15422555 | 2 years ago | | | 0 | 0.00088813312 | |
| 13891768 | 3 years ago | | | 0 | 0.0033055244 | |
| 13101209 | 3 years ago | | | 0 | 0.0034315720 | |
| 13101080 | 3 years ago | | | 0 | 0.0029926500 | |
| 13079587 | 3 years ago | | | 0 | 0.0030787560 | |
| 13009934 | 3 years ago | | | 0 | 0.0021090740 | |
| 12925434 | 3 years ago | | | 0 | 0.0014768180 |
ABI
ABI objects
Getter at block 21257045
DECIMALS() view returns (uint8)
18
INITIAL_SUPPLY() view returns (uint256)
1500000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
PUKAO
owner() view returns (address)
0xb326721eac6792ee755aaee26c161561276a706e
paused() view returns (bool)
false
symbol() view returns (string)
PKO
totalSupply() view returns (uint256)
1500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
lockedOf(address owner) view returns (uint256)
State-modifying
Events Lock(address lockee, uint256 value) returns (bool)
Release(address lockee, uint256 value) returns (bool)
addMinter(address account)
addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
mint(address to, uint256 value) returns (bool)
pause()
renounceMinter()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.