PLATO

Verified contract

Active on Ethereum with 61 txns
Deployed by via 0x3cce70eb at 17387205
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PLATO"

0xb6eb9d60580c2f526983c7dd65aec2e92c3eb0fd0aac955e9467531063e09657
0xcf26a6fa41ba0cf90073f35ae3030207cb3443263d64e75ae42d3400472427dd
0x1d3d3dbb532424993f887556ccb853be6e88f451f8dfcd2f6796c0a1174bbd5f
0xc69fc30ac98077d93de5d4290bbec0bdf3947a48677fe2790e363d220d4315ff
0xc925aa2474df92396083dc55e6355df7858c57e2cec5e058fbd64d05c41e9b57
0xa0eb11d6932d62e19351900749ea7ecfffed213fc48f1c34f4c859c64471cc85
0x7e10c3ce748797b3f4e222ad9714394a2fd5becf2db24c0e603672cb9b9b5551
0xf7c8f5c1b57375359a23c630a89e4ff25eb63d9e728425457f319dced39e20eb
0x206514cbfe994052d3d95fec0efbb3a4656b78be03c1ec9450626d63d905428a
0x62430c6179e0c6895e5b3c681fe076521ffb7c997256f7edcf0695034fb7f6c6

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
nextAct(
openTrading(
renounceOwnership(
setLilith(address _lilith
setMaxWalletAmount(uint256 _maxWalletAmount
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
NextAct(uint8 actuint256 burnAmount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyCompleted(
LilithNotSet(
MaxWalletAmountExceeded(
NotBlizzard(
TradingNotOpen(