PalletOneToken
Verified contract
Active on
Ethereum with 27,028 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 |
---|---|---|---|---|---|
PTN | ERC-20 | 51.5K | -- | -- | |
WDT | ERC-20 | 0.0008 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20203007 | 5 months ago | | | 0 | 0.000073742569 | |
| 20124240 | 5 months ago | | | 0 | 0.00012745171 | |
| 19600676 | 8 months ago | | | 0 | 0.00026140920 | |
| 19593086 | 8 months ago | | | 0 | 0.00026118622 | |
| 18353717 | a year ago | | | 0 | 0.00013288452 | |
| 16259938 | 2 years ago | | | 0 | 0.00063419314 | |
| 15817146 | 2 years ago | | | 0 | 0.00062223243 | |
| 15691403 | 2 years ago | | | 0 | 0.00071404189 | |
| 15549964 | 2 years ago | | | 0 | 0.00024369875 | |
| 15160191 | 2 years ago | | | 0 | 0.00047019000 |
ABI
ABI objects
Getter at block 21258521
decimals() view returns (uint8)
18
name() view returns (string)
PalletOneToken
symbol() view returns (string)
PTN
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.