PooledPKN
Verified contract
Active on
Ethereum with 1,121 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 |
---|---|---|---|---|---|
PKN | ERC-20 | 21.500444M | $0.00009 |
$1,925.79 | |
CAPS | ERC-20 | 9.313927K | $0.005158 |
$48.04 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19855289 | 6 months ago | | | 0 | 0.00021468374 | |
| 19818162 | 7 months ago | | | 0 | 0.00050773686 | |
| 19670427 | 7 months ago | | | 0 | 0.00051467308 | |
| 19460480 | 8 months ago | | | 0 | 0.0015152082 | |
| 19418910 | 9 months ago | | | 0 | 0.0037889796 | |
| 19378285 | 9 months ago | | | 0 | 0.0045856192 | |
| 19241746 | 9 months ago | | | 0 | 0.0025129888 | |
| 18824046 | a year ago | | | 0 | 0.0023356434 | |
| 18615078 | a year ago | | | 0 | 0.0020011163 | |
| 18483305 | a year ago | | | 0 | 0.0012731940 |
ABI
ABI objects
Getter at block 21278230
PKN() view returns (address)
0xdf09a216fac5adc3e640db418c0b956076509503
decimals() view returns (uint8)
18
name() view returns (string)
PooledPKN
symbol() view returns (string)
pPKN
totalSupply() view returns (uint256)
17857042547907487565138278
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
pknPooledByUser(address user) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
leave(uint256 _share)
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 _PKN)
This contract contains no fallback and receive objects.
This contract contains no error objects.