Plethori
Verified contract
Active on
Ethereum with 2,254 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 |
---|---|---|---|---|---|
PLE | ERC-20 | 298.849917K | -- | -- | |
PLE | ERC-20 | 46.732025K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21021101 | a month ago | | | 0 | 0.00028671800 | |
| 20657780 | 3 months ago | | | 0 | 0.000044335655 | |
| 20656524 | 3 months ago | | | 0 | 0.000047584000 | |
| 20390431 | 4 months ago | | | 0 | 0.000064332941 | |
| 20204371 | 5 months ago | | | 0 | 0.00017512637 | |
| 19861135 | 7 months ago | | | 0 | 0.00019383120 | |
| 19533670 | 8 months ago | | | 0 | 0.0030036727 | |
| 19487207 | 8 months ago | | | 0 | 0.00056354162 | |
| 19389795 | 9 months ago | | | 0 | 0.0028274400 | |
| 18958261 | a year ago | | | 0 | 0.0014040246 |
ABI
ABI objects
Getter at block 21294403
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Plethori
owner() view returns (address)
0x7bc60e665ca261010027c1bfc6165ae6bb7b5881
symbol() view returns (string)
PLE
totalSupply() view returns (uint256)
100000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) 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.