This contract is being backfilled. You may encounter incomplete storage history.

TEST NFT

Verified contract

Active on Ethereum with 26,616 txns
Deployed by via 0x2e382f2e at 15323174
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Native
Value $7,815.1
ERC-20
--
0x85da9d80b0ab06fb15e4aac0e1171cf6a6ab05fb4bf561b2bd85d88472b68702
0xd0b646f8b853c56e408d001255e5d808e50618ed7e5203d4d49338e90d69d6bc
0x5a9c3d63d54087cadb23a2bbbf61d0e504f6a9b9ab8ddf806b48b9097b5fb1ff
0x3bf37935349543e1a959dc2db9d255fd7d1cd62a5eab28c553037a758766af8c
0x405b5cae0e78f2132ccea671801d9968ec0de3131eec0e0b0dcda2f49463287e
0x2f08182ff1827b62fd8f504c4dafcdc8536b86d1f19466a2a3de79673aa14b33
0x5f3504dd5860d79f35da4646b8e898d1f1bf882d7eea5c90a7d5841dcb8e3392
0x58d96888b7bbfb24ca2fa000c875c0ca99b83a9ba04ae596b35a94919b246c03
0xf44044b64f91b5325c1a4291ab4bc233438c130546fd9e5d1fd74a15dcf7a6db
0x7ae2e572f707786662ec5d1eee58b4121414a08d8f59b7ebe8b8beb8ab2abf8e

Functions
Getter at block 20799029
config(view returns (string unrevealedUristring baseUriaddress affiliateSigneruint32 maxSupplyuint32 maxBatchSizeuint32 affiliateFeeuint32 platformFee)
(unrevealedUri=, baseUri=https://remilio.org/remilio/json/, affiliateSigner=0x1f285dd528cf4cde3081c6d48d9df7a4f8fa9383, maxSupply=10000, maxBatchSize=1000, affiliateFee=1500, platformFee=500)
name(view returns (string)
TEST NFT
owner(view returns (address)
0x54f8e4e9842c93ef0e8f5a83374db0c521d728cb
ownerBalance(view returns (uint128 owneruint128 platform)
(owner=0, platform=0)
provenance(view returns (string)
provenanceHashUnlocked(view returns (bool)
true
revealed(view returns (bool)
true
symbol(view returns (string)
TEST
totalSupply(view returns (uint256)
10000
uriUnlocked(view returns (bool)
true
Read-only
affiliateBalance(addressview returns (uint128)
balanceOf(address ownerview returns (uint256)
computePrice(uint128 priceuint256 numTokenspure returns (uint256)
getApproved(uint256 tokenIdview returns (address)
invites(bytes32view returns (uint128 priceuint64 startuint64 limit)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
lockProvenanceHash(string password
lockURI(string password
mint(struct RemiliaAuth authuint256 quantityaddress affiliatebytes signaturepayable 
renounceOwnership(
reveal(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri_
setInvite(bytes32 _keybytes32 _cidstruct RemiliaInvite _invite
setInvites(struct RemiliaInvitelist[] invitelist
setProvenanceHash(string provenanceHash
setUnrevealedURI(string _unrevealedURI
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
Invited(bytes32 indexed keybytes32 indexed cid
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Referral(address indexed affiliateuint128 wad
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Withdrawal(address indexed srcuint128 wad
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceEmpty(
BalanceQueryForZeroAddress(
ExcessiveEthSent(
InsufficientEthSent(
InvalidReferral(
InvalidSignature(
LockedForever(
MaxBatchSizeExceeded(
MaxSupplyExceeded(
MintERC2309QuantityExceedsLimit(
MintNotYetStarted(
MintToZeroAddress(
MintZeroQuantity(
MintingPaused(
NumberOfMintsExceeded(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFailed(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(
WalletUnauthorizedToMint(
WrongPassword(