Chain Light
Verified contract
Active on
Ethereum with 1,083 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 "Chain Light"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16645567 | 2 years ago | | | 0 | 0.0012849519 | |
| 16440852 | 2 years ago | | | 0 | 0.00071900821 | |
| 16123716 | 2 years ago | | | 0 | 0.00065908644 | |
| 15784173 | 2 years ago | | | 0 | 0.0019917480 | |
| 15784172 | 2 years ago | | | 0 | 0.0020530666 | |
| 15784172 | 2 years ago | | | 0 | 0.0020503971 | |
| 15558933 | 2 years ago | | | 0 | 0.00011531359 | |
| 15550437 | 2 years ago | | | 0 | 0.000077007000 | |
| 15550437 | 2 years ago | | | 0 | 0.000077007000 | |
| 15550437 | 2 years ago | | | 0 | 0.000077007000 |
ABI
ABI objects
Getter at block 21380490
COST() view returns (uint256)
2000000000000000
MAX_FREE_MINT_PER_WALLET() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
1234
MAX_WALLET_MINT() view returns (uint256)
100
_owner() view returns (address)
0x187286c3fd759407f95db6c8331bdb6652e9aa4e
contractURI() view returns (string)
ipfs://QmagTVcfMQyP7k822cSytgp7qAdTW5a626uwDjtsvpWv4X
name() view returns (string)
Chain Light
symbol() view returns (string)
CL
totalSupply() view returns (uint256)
1063
Read-only
_operatorApprovals(address, address) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
random(uint256 nonce) view returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint() payable
mint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()