Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CHZ | ERC-20 | 643.601909K | $0.0765 |
$49,235.55 | |
LINK | ERC-20 | 151.299482 | $15.42 |
$2,333.04 | |
WBTC | ERC-20 | 0.014309 | $98,119.00 |
$1,403.94 | |
QNT | ERC-20 | 6.602 | $85.77 |
$566.25 | |
USDC | ERC-20 | 311.563311 | $0.999482 |
$311.4 | |
AMP | ERC-20 | 19.430916K | $0.00466 |
$90.55 | |
YFI | ERC-20 | 0.00979 | $6,529.42 |
$63.92 | |
LRC | ERC-20 | 259.539983 | $0.182247 |
$47.3 | |
GRT | ERC-20 | 151.33 | $0.218384 |
$33.05 | |
BAT | ERC-20 | 70.666375 | $0.221953 |
$15.68 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243472 | 2 minutes ago | | | 0 | 0.00083316321 | |
| 21243470 | 3 minutes ago | | | 0 | 0.00075408541 | |
| 21243459 | 5 minutes ago | | | 0 | 0.00043476846 | |
| 21243459 | 5 minutes ago | | | 0 | 0.00083282976 | |
| 21243456 | 6 minutes ago | | | 0 | 0.00053899619 | |
| 21243456 | 6 minutes ago | | | 0 | 0.00078674201 | |
| 21243455 | 6 minutes ago | | | 0 | 0.00067312137 | |
| 21243440 | 9 minutes ago | | | 0 | 0.00045965610 | |
| 21243438 | 9 minutes ago | | | 0 | 0.00044673809 | |
| 21243423 | 12 minutes ago | | | 0 | 0.00085390687 |
ABI
ABI objects
Getter at block 21243482
decimals() view returns (uint8)
18
name() view returns (string)
chiliZ
paused() view returns (bool)
false
symbol() view returns (string)
CHZ
totalSupply() view returns (uint256)
8888888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
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.