IllumHelix
Verified contract
Active on
Ethereum with 452 txns
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 "IllumHelix"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154812 | 16 days ago | | | 0 | 0.00047777803 | |
| 21076437 | a month ago | | | 0 | 0.00048502156 | |
| 21001115 | a month ago | | | 0 | 0.00089253567 | |
| 20933279 | 2 months ago | | | 0 | 0.00073679867 | |
| 20854346 | 2 months ago | | | 0 | 0.00035862471 | |
| 20762779 | 2 months ago | | | 0 | 0.00042718428 | |
| 20668091 | 3 months ago | | | 0 | 0.000070232001 | |
| 20665170 | 3 months ago | | | 0 | 0.00030689594 | |
| 20601668 | 3 months ago | | | 0 | 0.000051193065 | |
| 20553029 | 3 months ago | | | 0 | 0.000037090740 |
ABI
ABI objects
Getter at block 21266840
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
metadata() view returns (string)
ipfs://QmRLSHGaecWGA8JTGuUMwEVqmjyoSxzReH5atBDvh1U61S/
name() view returns (string)
IllumHelix
name_() view returns (string)
IllumHelix
owner() view returns (address)
0x01d7cfb4bceb9dd6e917b59434590698c953e36c
symbol() view returns (string)
ILHX
symbol_() view returns (string)
ILHX
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(uint256[] tokenAmount, address[] wallet, uint256 tokenId)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMetadata(string _uri)
transferOwnership(address newOwner)
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()
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)