Polkamon
Verified contract
Active on
Ethereum with 69,263 txns
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 |
---|---|---|---|---|---|
UNI | ERC-20 | 37.286387 | $10.16 |
$378.83 | |
PMON | ERC-20 | 309.655515 | $0.145966 |
$45.2 | |
LPT | ERC-20 | 2.180009 | $11.38 |
$24.81 | |
POLS | ERC-20 | 67.735455 | $0.315599 |
$21.38 | |
ERN | ERC-20 | 3.13217 | $2.35 |
$7.36 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244164 | 14 hours ago | | | 0 | 0.00081092600 | |
| 21242481 | 19 hours ago | | | 0 | 0.00058453592 | |
| 21240667 | a day ago | | | 0 | 0.00024700117 | |
| 21240666 | a day ago | | | 0 | 0.00024702994 | |
| 21236549 | 2 days ago | | | 0 | 0.0013902585 | |
| 21228651 | 3 days ago | | | 0 | 0.00056238796 | |
| 21220601 | 4 days ago | | | 0 | 0.00022655408 | |
| 21220576 | 4 days ago | | | 0 | 0.00025182561 | |
| 21216954 | 4 days ago | | | 0 | 0.00068444975 | |
| 21214423 | 5 days ago | | | 0 | 0.00032373478 |
ABI
ABI objects
Getter at block 21248241
decimals() view returns (uint8)
18
name() view returns (string)
Polkamon
symbol() view returns (string)
PMON
totalSupply() view returns (uint256)
8684404663680000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
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(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.