IlluminatiDAO
Verified contract
Active on
Ethereum with 1,739 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x26ba…be8a
Balances ($0.00)
No balances found for "IlluminatiDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21251886 | 4 days ago | | | 0 | 0.00059253326 | |
| 21172031 | 15 days ago | | | 0 | 0.0015017429 | |
| 20687684 | 3 months ago | | | 0 | 0.00010413663 | |
| 20687678 | 3 months ago | | | 0 | 0.00010350253 | |
| 20687630 | 3 months ago | | | 0 | 0.00011110949 | |
| 20687617 | 3 months ago | | | 0 | 0.00011047510 | |
| 20687581 | 3 months ago | | | 0 | 0.00010929561 | |
| 20687576 | 3 months ago | | | 0 | 0.00011783326 | |
| 20687472 | 3 months ago | | | 0 | 0.00012012378 | |
| 20687469 | 3 months ago | | | 0 | 0.00012115622 |
ABI
ABI objects
Getter at block 21277591
_baseURI() view returns (string)
ipfs://QmfNgumDhXPVtGtf7LFMgTuwEpStJkYwTq7TpFB3y3vPSu/
_contractURI() view returns (string)
claimLive() view returns (bool)
false
contractURI() view returns (string)
owner() view returns (address)
0x0aa1f3d61e7c325ae795737266c5fd6839819b86
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
checkClaimed(uint256 tokenId) view returns (bool)
checkIlluminatiTokens(address owner) view returns (uint256[])
claimTracker(uint256) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events claim(uint256 illuminatiID)
claim(uint256[] illuminatiIDs)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newuri)
setClaimLive(bool _live)
setContractURI(string newuri)
transferOwnership(address newOwner)
withdrawToOwner()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address illuminatiContractAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.