Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "R3NLT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16672250 | 2 years ago | | | 0 | 0.0015832993 | |
| 16672172 | 2 years ago | | | 0 | 0.0016667475 | |
| 16190079 | 2 years ago | | | 0 | 0.0016218487 | |
| 16188878 | 2 years ago | | | 0 | 0.0015839805 | |
| 16187110 | 2 years ago | | | 0 | 0.0010173180 | |
| 16187009 | 2 years ago | | | 0 | 0.0012398549 | |
| 16186971 | 2 years ago | | | 0 | 0.0016902858 | |
| 16186539 | 2 years ago | | | 0 | 0.0010069297 | |
| 16186539 | 2 years ago | | | 0 | 0.0010069297 | |
| 16186539 | 2 years ago | | | 0 | 0.0010069297 |
ABI
ABI objects
Getter at block 21203281
ListWhitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
Price() view returns (uint256)
0
allowedToContract() view returns (bool)
false
getMaxSupply() view returns (uint256)
3944
isPublicSaleOn() view returns (bool)
true
maxPerAddressDuringMint() view returns (uint256)
10
maxSupply() view returns (uint256)
3944
name() view returns (string)
R3NLT
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xc3788d8d02469d40fc57add722cfd19c64957ac7
saleConfig() view returns (uint32 MintStartTime, uint256 Price)
(MintStartTime=1671058280, Price=0)
symbol() view returns (string)
R3R5
totalSupply() view returns (uint256)
4589
Read-only
_addressTransferToContract(address) view returns (bool)
_transferToContract(uint256) view returns (bool)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
isApprovedForAll(address owner, address operator) view returns (bool)
isInTheWhitelist(bytes32[] _merkleProof) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
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 InitInfoOfSale(uint32 mintStartTime, uint256 price)
PublicMint(uint256 quantity) payable
approve(address operator, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowAddressToContract(address[] _address, bool[] _allow)
setAllowToContract()
setAllowTokenToContract(uint256 _tokenId, bool _allow)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setListWhitelistMerkleRoot(bytes32 _merkleRoot)
setMintStartTime(uint32 timestamp)
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(uint256 maxBatchSize_, uint256 collectionSize_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
OperatorNotAllowed(address operator)