Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc51e…f560
Balances ($0.00)
No balances found for "DIABLO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20866577 | 2 months ago | | | 0 | 0.00022276539 | |
| 19796220 | 7 months ago | | | 0 | 0.00015705453 | |
| 18937123 | a year ago | | | 0 | 0.00041810775 | |
| 18937120 | a year ago | | | 0 | 0.00043263562 | |
| 18937112 | a year ago | | | 0 | 0.00077503828 | |
| 18875539 | a year ago | | | 0 | 0.00041705675 | |
| 17861282 | a year ago | | | 0 | 0.00081793602 | |
| 17860627 | a year ago | | | 0 | 0.00055996023 | |
| 17860554 | a year ago | | | 0 | 0.00087951277 | |
| 17754069 | a year ago | | | 0 | 0.00083172075 |
ABI
ABI objects
Getter at block 21382436
BURN_AMOUNT_PER_ACT() view returns (uint256)
33333333333333300000000000000000
INITIAL_SUPPLY() view returns (uint256)
666666666666666000000000000000000
decimals() view returns (uint8)
18
isTradingOpen() view returns (bool)
true
lilith() view returns (address)
0xc51e7c5d782558708c7bf54c4b83baf76ac9f560
maxWalletAmount() view returns (uint256)
666666666666666000000000000000000
name() view returns (string)
DIABLO
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
DIABLO
totalSupply() view returns (uint256)
533333333333332800000000000000000
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()