ClayFriends
Verified contract
Active on
Ethereum with 14,289 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 "ClayFriends"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21259412 | 15 hours ago | | | 0 | 0.00052207367 | |
| 21251765 | 2 days ago | | | 0 | 0.00086464165 | |
| 21217506 | 6 days ago | | | 0 | 0.00078442599 | |
| 21163614 | 14 days ago | | | 0 | 0.00061834080 | |
| 21128360 | 19 days ago | | | 0 | 0.00075751774 | |
| 21106973 | 22 days ago | | | 0 | 0.00012722757 | |
| 21081039 | a month ago | | | 0 | 0.00076865323 | |
| 21079612 | a month ago | | | 0 | 0.0010236334 | |
| 20987811 | a month ago | | | 0 | 0.00034337610 | |
| 20917254 | 2 months ago | | | 0 | 0.00039370270 |
ABI
ABI objects
Getter at block 21264021
MAX_ELEMENTS() view returns (uint256)
5000
PRICE() view returns (uint256)
200000000000000000
baseTokenURI() view returns (string)
https://api.clayfriends.io/friend/
creatorAddress() view returns (address)
0x32c43b4362d7fc78fb802e4aa9d7c0db4b9d704d
devAddress() view returns (address)
0xcf1b69355fa32ad648a8689e342c717a3323fd43
name() view returns (string)
Clay Friends
owner() view returns (address)
0x78bccc4b9470b1a321cee99c846c467177e47c1f
partnerOneAddress() view returns (address)
0x3f527e7cf88cf08de67c1c823c92282d25ab7cee
partnerTwoAddress() view returns (address)
0xa007ccf234d7e5306615035bba0d32b0f5d25bde
paused() view returns (bool)
false
publicSaleOpen() view returns (bool)
true
symbol() view returns (string)
CLAY
tierOneMaxMint() view returns (uint256)
1
tierOneMerkleRoot() view returns (bytes32)
0x2faafe56fc09ba7a9a2dfeb8b9f2c8e4c33153ce4a48714ab488afd604a5325e
tierTwoMaxMint() view returns (uint256)
2
tierTwoMerkleRoot() view returns (bytes32)
0xe6131937fe67f4699e1db7167fc4833385949ad6058138298e9e0c666f645341
totalSupply() view returns (uint256)
5000
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(uint256 _count, uint256 _tier) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
verifySender(bytes32[] proof, uint256 _tier) view returns (bool)
whitelistClaimed(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _count, bytes32[] _proof, uint256 _tier) payable
ownerMint(uint256 _count)
pause(bool val)
publicMint(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPublicSale(bool val)
setWhitelistMerkleRoot(bytes32 _merkleRoot, uint256 _tier)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CreateItem(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.