IlliquidDAO
Verified contract
Active on
Ethereum with 2,720 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JPEGS | ERC-20 | 2.5K | -- | -- | |
(#963) | MONSTRO | ERC-721 | 1 | -- | -- |
(#115) | NEKO | ERC-721 | 1 | -- | -- |
(#34337) | ZORB | ERC-721 | 1 | -- | -- |
(#34296) | ZORB | ERC-721 | 1 | -- | -- |
(#34284) | ZORB | ERC-721 | 1 | -- | -- |
(#2560) | CGNFT | ERC-721 | 1 | -- | -- |
(#2559) | CGNFT | ERC-721 | 1 | -- | -- |
(#2558) | CGNFT | ERC-721 | 1 | -- | -- |
(#2557) | CGNFT | ERC-721 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21290080 | 4 days ago | | | 0 | 0.00028047866 | |
| 21257847 | 8 days ago | | | 0 | 0.00065151140 | |
| 21150451 | 23 days ago | | | 0 | 0.00072043091 | |
| 21119573 | a month ago | | | 0 | 0.00017208351 | |
| 20940784 | 2 months ago | | | 0 | 0.00055644303 | |
| 20840291 | 2 months ago | | | 0 | 0.00034451274 | |
| 20744263 | 3 months ago | | | 0 | 0.00094287600 | |
| 20655365 | 3 months ago | | | 0 | 0.000035860069 | |
| 20587830 | 3 months ago | | | 0 | 0.000048763262 | |
| 20587735 | 3 months ago | | | 0 | 0.000068286381 |
ABI
ABI objects
Getter at block 21317116
ADDR_AIRDROP() view returns (address)
0x08e125729dcd88bfae7d8441c702dff9b59da844
ADDR_LP() view returns (address)
0xb0d14504afdbed2bd3aae53be846342a76a7ea89
ADDR_TEAM() view returns (address)
0xc18cc7bbfbfcec0fc08f9af8d2e6742800dd3cfc
ADDR_TREASURY() view returns (address)
0xeea89c8843e8beb56e411bb4cac6dbc2d937ee1d
AMOUNT_AIRDROP() view returns (uint256)
70000000000000000000000000
AMOUNT_LP() view returns (uint256)
12000000000000000000000000
AMOUNT_TEAM() view returns (uint256)
5000000000000000000000000
AMOUNT_TREASURY() view returns (uint256)
13000000000000000000000000
MAX_SUPPLY() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
IlliquidDAO
symbol() view returns (string)
JPEGS
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)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.