Polar Chain
Verified contract
Active on
Ethereum with 16,397 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POLA | ERC-20 | 90 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18626848 | a year ago | | | 0 | 0.0017348639 | |
| 18220078 | a year ago | | | 0 | 0.00064219012 | |
| 18219306 | a year ago | | | 0 | 0.00077233558 | |
| 18218733 | a year ago | | | 0 | 0.00060791536 | |
| 18210518 | a year ago | | | 0 | 0.00047447318 | |
| 15127479 | 2 years ago | | | 0 | 0.0016292059 | |
| 15127449 | 2 years ago | | | 0 | 0.0015563100 | |
| 14575945 | 3 years ago | | | 0 | 0.0024911909 | |
| 13535932 | 3 years ago | | | 0 | 0.0093034150 | |
| 13531747 | 3 years ago | | | 0 | 0.011093863 |
ABI
ABI objects
Getter at block 21257324
decimals() view returns (uint256)
18
name() view returns (string)
Polar Chain
owner() view returns (address)
0x9d958c84cb74a72f8fade4ba45bd4b6fd7b7f0bb
symbol() view returns (string)
POLA
totalSupply() view returns (uint256)
2100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events addBlacklist(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
removeBlacklist(address account)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.