TEST NFT
Verified contract
Active on
Ethereum with 27,632 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
Balances ($10,165.52)
Native
Value
$10,165.52
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 3.060519 | $3,321.50 |
$10,165.52 | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246694 | 16 minutes ago | | | 0 | 0.00059679703 | |
| 21244598 | 7 hours ago | | | 0 | 0.00071303372 | |
| 21244165 | 9 hours ago | | | 0 | 0.00072671990 | |
| 21244118 | 9 hours ago | | | 0 | 0.00072805189 | |
| 21244038 | 9 hours ago | | | 0 | 0.00082634720 | |
| 21243939 | 9 hours ago | | | 0 | 0.00072371710 | |
| 21243927 | 10 hours ago | | | 0 | 0.0010673471 | |
| 21242529 | 14 hours ago | | | 0 | 0.00050392800 | |
| 21242297 | 15 hours ago | | | 0 | 0.00052295674 | |
| 21241851 | 16 hours ago | | | 0 | 0.00051605618 |
ABI
ABI objects
Getter at block 21246770
config() view returns (string unrevealedUri, string baseUri, address affiliateSigner, uint32 maxSupply, uint32 maxBatchSize, uint32 affiliateFee, uint32 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 owner, uint128 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(address) view returns (uint128)
balanceOf(address owner) view returns (uint256)
computePrice(uint128 price, uint256 numTokens) pure returns (uint256)
getApproved(uint256 tokenId) view returns (address)
invites(bytes32) view returns (uint128 price, uint64 start, uint64 limit)
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)
State-modifying
Events approve(address to, uint256 tokenId)
lockProvenanceHash(string password)
lockURI(string password)
mint(struct RemiliaAuth auth, uint256 quantity, address affiliate, bytes signature) payable
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseUri_)
setInvite(bytes32 _key, bytes32 _cid, struct RemiliaInvite _invite)
setInvites(struct RemiliaInvitelist[] invitelist)
setProvenanceHash(string provenanceHash)
setUnrevealedURI(string _unrevealedURI)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
Invited(bytes32 indexed key, bytes32 indexed cid)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Referral(address indexed affiliate, uint128 wad)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Withdrawal(address indexed src, uint128 wad)
constructor()
This contract contains no fallback and receive objects.
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()