Claylings
Verified contract
Active on
Ethereum with 10,870 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Claylings"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21268116 | 13 hours ago | | | 0 | 0.00037557500 | |
| 21261657 | a day ago | | | 0 | 0.00038440586 | |
| 21252397 | 3 days ago | | | 0 | 0.00062869326 | |
| 21248959 | 3 days ago | | | 0 | 0.00091705422 | |
| 21239198 | 5 days ago | | | 0 | 0.00063859972 | |
| 21236064 | 5 days ago | | | 0 | 0.0014322487 | |
| 21216217 | 8 days ago | | | 0 | 0.0010789775 | |
| 21146758 | 17 days ago | | | 0 | 0.00025207168 | |
| 21145241 | 18 days ago | | | 0 | 0.00078649930 | |
| 21053044 | a month ago | | | 0 | 0.00017754520 |
ABI
ABI objects
Getter at block 21271953
CLAYS_GIFT() view returns (uint256)
100
CLAYS_MAX() view returns (uint256)
4040
CLAYS_PER_MINT() view returns (uint256)
5
CLAYS_PRICE() view returns (uint256)
70000000000000000
CLAYS_PRIVATE() view returns (uint256)
900
CLAYS_PUBLIC() view returns (uint256)
3040
contractURI() view returns (string)
https://api.claylings.io/api/contract/
locked() view returns (bool)
false
name() view returns (string)
Claylings
owner() view returns (address)
0x7ce779604dbe0a293cbec245459abe4e0fa8ec61
presaleLive() view returns (bool)
false
presalePurchaseLimit() view returns (uint256)
2
privateAmountMinted() view returns (uint256)
900
publicAmountMinted() view returns (uint256)
3040
saleLive() view returns (bool)
true
symbol() view returns (string)
CLAYS
totalSupply() view returns (uint256)
4040
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPresaler(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presalePurchasedCount(address addr) view returns (uint256)
presalerList(address) view returns (bool)
presalerListPurchases(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addToPresaleList(address[] entries)
approve(address to, uint256 tokenId)
buy(uint256 tokenQuantity) payable
lockMetadata()
presaleBuy(uint256 tokenQuantity) payable
removeFromPresaleList(address[] entries)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
togglePresaleStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.