PolkastarterToken
Verified contract
Active on
Ethereum with 297,489 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($37,520.59)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POLS | ERC-20 | 56.325359K | $0.318912 |
$17,962.83 | |
USDT | ERC-20 | 9.540517K | $1.003 |
$9,569.14 | |
YFI | ERC-20 | 1.284859 | $6,493.46 |
$8,343.18 | |
USDC | ERC-20 | 1.19948K | $0.999892 |
$1,199.35 | |
PHA | ERC-20 | 965.48274 | $0.129061 |
$124.61 | |
UNI | ERC-20 | 10.224878 | $9.28 |
$94.89 | |
COMP | ERC-20 | 1.7461 | $53.71 |
$93.78 | |
LEND | ERC-20 | 1.828416K | $0.038371 |
$70.16 | |
SAITO | ERC-20 | 5.295572K | $0.005775 |
$30.58 | |
CRV | ERC-20 | 41.801771 | $0.40813 |
$17.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242698 | 34 minutes ago | | | 0 | 0.00037085890 | |
| 21242518 | an hour ago | | | 0 | 0.00032967043 | |
| 21242402 | 2 hours ago | | | 0 | 0.00058321017 | |
| 21242102 | 3 hours ago | | | 0 | 0.00048985645 | |
| 21242055 | 3 hours ago | | | 0 | 0.00047351032 | |
| 21241067 | 6 hours ago | | | 0 | 0.00060939041 | |
| 21240394 | 8 hours ago | | | 0 | 0.00054660268 | |
| 21240110 | 9 hours ago | | | 0 | 0.00048159512 | |
| 21239984 | 10 hours ago | | | 0 | 0.00030930958 | |
| 21239937 | 10 hours ago | | | 0 | 0.00057352339 |
ABI
ABI objects
Getter at block 21242868
cap() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
distributionContract() view returns (address)
0xa8ff9e209e70ccbde820b75c51ece964ee165e04
distributionContractAddress() view returns (address)
0xa8ff9e209e70ccbde820b75c51ece964ee165e04
name() view returns (string)
PolkastarterToken
owner() view returns (address)
0x07c21d738b794f4c1a32f80517b93c6ccdf35a1c
paused() view returns (bool)
false
symbol() view returns (string)
POLS
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 _distributionContract)
This contract contains no fallback and receive objects.
This contract contains no error objects.