Polkamarkets
Verified contract
Active on
Ethereum with 40,205 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($985.96)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 578 | $1.00 |
$578 | |
LINK | ERC-20 | 20 | $16.90 |
$338 | |
POLK | ERC-20 | 2.348438K | $0.027386 |
$64.31 | |
SUSHI | ERC-20 | 5.437347 | $1.039 |
$5.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21270894 | an hour ago | | | 0 | 0.00054009194 | |
| 21270672 | 2 hours ago | | | 0 | 0.00061487746 | |
| 21269897 | 4 hours ago | | | 0 | 0.00039453525 | |
| 21269277 | 6 hours ago | | | 0 | 0.00017385947 | |
| 21263959 | a day ago | | | 0 | 0.00039941850 | |
| 21263684 | a day ago | | | 0 | 0.00024956873 | |
| 21262647 | a day ago | | | 0 | 0.00018028213 | |
| 21258379 | 2 days ago | | | 0 | 0.00052138959 | |
| 21257374 | 2 days ago | | | 0 | 0.00024688670 | |
| 21257180 | 2 days ago | | | 0 | 0.00026729016 |
ABI
ABI objects
Getter at block 21271197
cap() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
distributionContract1() view returns (address)
0x763e3ee4ee9cac68200e0d358ab10f5136206008
distributionContract2() view returns (address)
0x531a9f9f384be2a3acd9581d574bd47e65ac8273
distributionContract3() view returns (address)
0xafea4511e634928f3a70b18ae565cd07736b7a04
distributionContract4() view returns (address)
0x126b53a1b0f6d036f4ef93a4e5af984bb4b95861
distributionContract5() view returns (address)
0xa6972fd8b71e7af7173e18a3ed986114bb721805
name() view returns (string)
Polkamarkets
owner() view returns (address)
0xe32f99f2e890855a2eb2dd6d7c2ce30321fd07b7
paused() view returns (bool)
false
symbol() view returns (string)
POLK
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _distributionContract1, address _distributionContract2, address _distributionContract3, address _distributionContract4, address _distributionContract5)
This contract contains no fallback and receive objects.
This contract contains no error objects.