WPPTOKEN
Verified contract
Active on
Ethereum with 11,843 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WPP | ERC-20 | 136.322967K | -- | -- | |
THETA | ERC-20 | 0.022707 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20991075 | a month ago | | | 0 | 0.00089561052 | |
| 20471150 | 4 months ago | | | 0 | 0.00026768474 | |
| 20431769 | 4 months ago | | | 0 | 0.00029296250 | |
| 20408898 | 4 months ago | | | 0 | 0.000046886000 | |
| 20071476 | 6 months ago | | | 0 | 0.00044004314 | |
| 19842674 | 7 months ago | | | 0 | 0.00014104120 | |
| 17020530 | 2 years ago | | | 0 | 0.00095072960 | |
| 16648626 | 2 years ago | | | 0 | 0.00062442870 | |
| 15889711 | 2 years ago | | | 0 | 0.00036781673 | |
| 15127283 | 2 years ago | | | 0 | 0.00047105744 |
ABI
ABI objects
Getter at block 21283540
decimals() view returns (uint256)
18
name() view returns (string)
WPPTOKEN
owner() view returns (address)
0x5a7d211fb51d42ffbf16a0592d5f4d4d4e9122e0
symbol() view returns (string)
WPP
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
_approvals(address, address) view returns (uint256)
_balances(address) view returns (uint256)
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.