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 |
---|---|---|---|---|---|
MATIC | ERC-20 | 548.528145K | $0.463804 |
$254,409.55 | |
DAI | ERC-20 | 35.0005K | $1.00 |
$35,000.5 | |
POL | ERC-20 | 28.071674K | $0.464585 |
$13,041.68 | |
USDC | ERC-20 | 4.431099K | $1.00 |
$4,431.1 | |
ADCO | ERC-20 | 4.770973K | $0.736162 |
$3,512.21 | |
GALA | ERC-20 | 46.803615K | $0.028912 |
$1,353.17 | |
USDT | ERC-20 | 1.079167K | $1.001 |
$1,080.25 | |
AAVE | ERC-20 | 5.97 | $167.49 |
$999.92 | |
ANKR | ERC-20 | 16.921K | $0.033744 |
$570.98 | |
WETH | ERC-20 | 0.099363 | $3,347.99 |
$332.66 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243156 | a few seconds ago | | | 0 | 0.00038313571 | |
| 21243153 | a minute ago | | | 0 | 0.00062707563 | |
| 21243152 | a minute ago | | | 0 | 0.00039939225 | |
| 21243150 | 2 minutes ago | | | 0 | 0.00047301424 | |
| 21243146 | 2 minutes ago | | | 0 | 0.00061163141 | |
| 21243145 | 3 minutes ago | | | 0 | 0.00066612283 | |
| 21243131 | 5 minutes ago | | | 0 | 0.00051678648 | |
| 21243129 | 6 minutes ago | | | 0 | 0.00059307542 | |
| 21243125 | 7 minutes ago | | | 0 | 0.00054461060 | |
| 21243124 | 7 minutes ago | | | 0 | 0.00027170582 |
ABI
ABI objects
Getter at block 21243156
decimals() view returns (uint8)
18
name() view returns (string)
Matic Token
paused() view returns (bool)
false
symbol() view returns (string)
MATIC
totalSupply() view returns (uint256)
10000000000000000000000000000
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(string name, string symbol, uint8 decimals, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.