COMFY LAND
Verified contract
Active on
Ethereum with 9,547 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 "COMFY LAND"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106237 | 25 days ago | | | 0 | 0.000097565015 | |
| 21101838 | a month ago | | | 0 | 0.00026739300 | |
| 21101835 | a month ago | | | 0 | 0.00021149398 | |
| 20604098 | 3 months ago | | | 0 | 0.000021914696 | |
| 20599169 | 3 months ago | | | 0 | 0.000036239243 | |
| 20393593 | 4 months ago | | | 0 | 0.000058944777 | |
| 19994421 | 6 months ago | | | 0 | 0.00083781401 | |
| 19890650 | 6 months ago | | | 0 | 0.00049259581 | |
| 19832226 | 7 months ago | | | 0 | 0.00010408431 | |
| 19788977 | 7 months ago | | | 0 | 0.00019693688 |
ABI
ABI objects
Getter at block 21285757
_baseTokenURI() view returns (string)
ipfs://bafybeifr5f7hlrgrq64afejbrbnweroxcnjxm4xjhyd5clov2iyerqurtu/
maxPerTransaction() view returns (uint256)
1
maxPerWallet() view returns (uint256)
2
merkleRoot() view returns (bytes32)
0x328be6b541a7156347b38da909b95fa69d8e7377a0945c2504b3f14518cf1e71
name() view returns (string)
COMFY LAND
owner() view returns (address)
0x8807c303164180d3d1540f7cf95f7ade55a3738f
presaleMaxPerTransaction() view returns (uint256)
2
presaleMaxPerWallet() view returns (uint256)
2
presalePrice() view returns (uint256)
0
presaleSupply() view returns (uint256)
4500
price() view returns (uint256)
0
saleState() view returns (uint8)
0
supply() view returns (uint256)
5000
symbol() view returns (string)
CFZN
totalSupply() view returns (uint256)
5000
Read-only
addressMintBalance(address) view returns (uint256)
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
withdrawAddresses(uint256) view returns (address)
withdrawPercentages(uint256) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(uint64[] qtys, address[] recipients)
freeMint(uint256 qty, address recipient)
mint(uint256 qty) payable
presale(uint256 qty, bytes32[] merkleProof) 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)
setMerkleRoot(bytes32 _merkleRoot)
setPerTransactionMax(uint256 _val)
setPerWalletMax(uint256 _val)
setPresalePerTransactionMax(uint256 _val)
setPresalePerWalletMax(uint256 _val)
setPresalePrice(uint256 newPrice)
setPrice(uint256 newPrice)
setRoyaltyInfo(address receiver, uint96 feeBasisPoints)
setSaleState(uint8 _state)
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(string _name, string _symbol, string _baseUri, uint96 _royaltyAmount)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidBatchMint()
InvalidPrice()
InvalidProof()
InvalidQuantity()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
SaleInactive()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()