Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "PLATO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19823767 | 6 months ago | | | 0 | 0.00022515642 | |
| 17397177 | a year ago | | | 0 | 0.00060183130 | |
| 17387277 | a year ago | | | 0 | 0.0020630237 | |
| 17387277 | a year ago | | | 0 | 0.0021099014 | |
| 17387266 | a year ago | | | 0 | 0.0020742605 | |
| 17387256 | a year ago | | | 0 | 0.0018817738 | |
| 17387251 | a year ago | | | 0 | 0.0013230774 | |
| 17387247 | a year ago | | | 0 | 0.0013676478 | |
| 17387243 | a year ago | | | 0 | 0.0015585025 | |
| 17387241 | a year ago | | | 0 | 0.0014255019 |
ABI
ABI objects
Getter at block 21203793
BURN_AMOUNT_PER_ACT() view returns (uint256)
5000000000000000000000000000000
INITIAL_SUPPLY() view returns (uint256)
100000000000000000000000000000000
decimals() view returns (uint8)
18
isTradingOpen() view returns (bool)
true
lilith() view returns (address)
0x0000000000000000000000000000000000000000
maxWalletAmount() view returns (uint256)
2000000000000000000000000000000
name() view returns (string)
PLATO
owner() view returns (address)
0xd7eef6975e4284755f4ca78cc52c96c49cef7be6
symbol() view returns (string)
PLATO
totalSupply() view returns (uint256)
100000000000000000000000000000000
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)
nextAct()
openTrading()
renounceOwnership()
setLilith(address _lilith)
setMaxWalletAmount(uint256 _maxWalletAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
NextAct(uint8 act, uint256 burnAmount)
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.
AlreadyCompleted()
LilithNotSet()
MaxWalletAmountExceeded()
NotBlizzard()
TradingNotOpen()