Polkadex
Verified contract
Active on
Ethereum with 36,011 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($522.87)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 470 | $1.001 |
$470.47 | |
PDEX | ERC-20 | 494.278214 | $0.106009 |
$52.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157526 | 2 hours ago | | | 0 | 0.0010900830 | |
| 21156385 | 6 hours ago | | | 0 | 0.00051888442 | |
| 21151684 | a day ago | | | 0 | 0.00047118217 | |
| 21147544 | a day ago | | | 0 | 0.00039036135 | |
| 21147017 | 2 days ago | | | 0 | 0.00048395947 | |
| 21146166 | 2 days ago | | | 0 | 0.00052408289 | |
| 21146131 | 2 days ago | | | 0 | 0.00046620332 | |
| 21139076 | 3 days ago | | | 0 | 0.00076148272 | |
| 21138179 | 3 days ago | | | 0 | 0.0012071279 | |
| 21134286 | 3 days ago | | | 0 | 0.00046017888 |
ABI
ABI objects
Getter at block 21158239
ShowOwner() view returns (address)
0x46e947f92267d951dfe5de2e3db3078f3049b996
decimals() view returns (uint8)
18
name() view returns (string)
Polkadex
symbol() view returns (string)
PDEX
totalSupply() view returns (uint256)
3141810000000000000000000
Read-only
VestedTokens(address) view returns (uint256)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events ClaimAfterVesting()
TransferOwnerShip(address NewAddress)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.