REFLECTIONS by Jacob Riglin
Verified contract
Active on
Ethereum with 2,929 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6b63…d041
Balances ($0.00)
No balances found for "REFLECTIONS by Jacob Riglin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21013282 | a month ago | | | 0 | 0.00031069908 | |
| 21009480 | a month ago | | | 0 | 0.00036103949 | |
| 20694600 | 3 months ago | | | 0 | 0.00013824480 | |
| 20686751 | 3 months ago | | | 0 | 0.00030354633 | |
| 20680863 | 3 months ago | | | 0 | 0.00010022204 | |
| 20680863 | 3 months ago | | | 0 | 0.00017468233 | |
| 20675349 | 3 months ago | | | 0 | 0.000054750819 | |
| 20623863 | 3 months ago | | | 0 | 0.000063564614 | |
| 20596317 | 3 months ago | | | 0 | 0.000043648129 | |
| 20546314 | 3 months ago | | | 0 | 0.000046685000 |
ABI
ABI objects
Getter at block 21292773
amountForPromotion() view returns (uint256)
40
baseURI() view returns (string)
https://rlxyz.mypinata.cloud/ipfs/QmWA2Gzs4JpxUF51PqudCcaahGrcoxUJ21MsNAWApJR871/
claimMerkleRoot() view returns (bytes32)
0x92ae09aff64d9bee8966fcd3aad08a757e7dfe5ac4c99a53f87cbacb4b12ecd2
claimTime() view returns (uint256)
1650574800
maxPublicBatchPerAddress() view returns (uint256)
2
mintPrice() view returns (uint256)
333000000000000000
mintRandomizerContract() view returns (address)
0x6b63988d775fa2b917445d760c9e44523a76d041
name() view returns (string)
REFLECTIONS by Jacob Riglin
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xa786678906e7a3c49fb763d5d4df8694f762b820
presaleMerkleRoot() view returns (bytes32)
0x120388dc2253fb64275bc5d28b9261761d1e3bf9d38d302a2841ecacda82722c
presaleTime() view returns (uint256)
1650661200
publicTime() view returns (uint256)
1650672000
symbol() view returns (string)
REFLECTIONS
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintOf(address _owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenHash(uint256 _tokenId) view returns (bytes32)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimMint(uint256 invocations, bytes32[] proof)
presaleMint(uint256 invocations, uint256 maxInvocation, bytes32[] proof) payable
promotionMint(uint256 invocations)
publicMint(uint256 invocations) 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 newBaseURI)
setClaimMerkleRoot(bytes32 _claimMerkleRoot)
setMintRandomizerContract(address _mintRandomizerContract)
setMintTime(uint256 _claimTime, uint256 _presaleTime, uint256 _publicTime)
setOwnersExplicit(uint256 quantity)
setPresaleMerkleRoot(bytes32 _presaleMerkleRoot)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Created(address indexed to, uint256 currentTotalSupply, uint256 invocations, bytes32[] identifiers)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
AllOwnershipsHaveBeenSet()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
HashQueryForNonexistentToken()
MintToZeroAddress()
MintZeroQuantity()
NoTokensMintedYet()
OwnerQueryForNonexistentToken()
QuantityMustBeNonZero()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()