PolkaFoundry
Verified contract
Active on
Ethereum with 46,832 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 |
---|---|---|---|---|---|
PKF | ERC-20 | 3.546127K | $0.027356 |
$97.01 | |
USDT | ERC-20 | 50 | $1.001 |
$50.05 | |
ZCX | ERC-20 | 400 | $0.08344 |
$33.38 | |
PRARE | ERC-20 | 5B | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157720 | 3 hours ago | | | 0 | 0.00062923586 | |
| 21157029 | 5 hours ago | | | 0 | 0.00078903696 | |
| 21156697 | 6 hours ago | | | 0 | 0.00051621660 | |
| 21156419 | 7 hours ago | | | 0 | 0.00051157171 | |
| 21156419 | 7 hours ago | | | 0 | 0.00041139914 | |
| 21156221 | 8 hours ago | | | 0 | 0.00061466692 | |
| 21153805 | 16 hours ago | | | 0 | 0.00054560621 | |
| 21150464 | a day ago | | | 0 | 0.00058714701 | |
| 21150395 | a day ago | | | 0 | 0.00057568412 | |
| 21149616 | a day ago | | | 0 | 0.00034898825 |
ABI
ABI objects
Getter at block 21158478
INITIAL_SUPPLY() view returns (uint256)
200000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
PolkaFoundry
symbol() view returns (string)
PKF
totalSupply() view returns (uint256)
200000000000000000000000000
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(address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.