Reflection by anon

Verified contract

Active on Ethereum with 1,594 txns
Deployed by via 0x7c505db7 at 16104242
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Reflection by anon"

0x46e5c34aa40de22db5cafd03f9646a99ee9e9d87fb0fa61857d5c1f5d5c2b5fe
From
0xb58361b9df1a65fdc163e02704d2ce6509dc558b23d4eb9d26a3a43317e9453e
0x0ef3a8d3e067cf656cde3e824fe2f906f5c217555e6fb755d33bbe3d974da2ff
0xb151e09fb3e7d74881bc6e0e17be0ed8f3996b45784c6008aaac67d70e613cde
0x82aae1bc4ec0a9557fa1c008d513263b03c67df7d4ad13bb6a7d1ac0cf35120c
0x630eb37304591ed71c6714c4d3dc82afc3e51118a9a5e48e802960a5ad3a27e2
0xf74197517f903ec88881f8df7cf6565d3a0102b291a2cf0433f7e1ce0d6c1646
0xcd45ab5366e9856d733d8848ebc52c5846d09c813a6bb9a6a482703b5fd93825
0x190afe477a3642e8e8228dd95f9c8ce0369e0ca0924f8ae3f9ec5616f2deba2b
0x90409fd2eb8bc319beb45a699943f1c343bc45f31c217d7efe254017bfec7f09

Functions
Getter at block 21383120
maxMintAmountPerPresaleAccount(view returns (uint64)
2
maxMintAmountPerPublicAccount(view returns (uint64)
5
maxSupply(view returns (uint64)
777
name(view returns (string)
Reflection by anon
owner(view returns (address)
0x8a705fb980e83e1b3333225cf42c6621cf775051
presaleActive(view returns (bool)
true
presaleCost(view returns (uint256)
10000000000000000
presaleMaxSupply(view returns (uint64)
333
presaleTotalSupply(view returns (uint64)
333
publicMaxSupply(view returns (uint64)
777
publicSaleActive(view returns (bool)
true
publicSaleCost(view returns (uint256)
30000000000000000
publicTotalSupply(view returns (uint64)
443
symbol(view returns (string)
REFLECT
totalMinted(view returns (uint256)
777
totalSupply(view returns (uint256)
777
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 _tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getPresaleAmountMintedPerAccount(address _ownerview returns (uint64)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address _ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
ownerMint(uint256 _mintAmountaddress _receiver
presaleMint(uint64 _mintAmountpayable 
publicMint(uint64 _mintAmountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setBaseURI(string _URI
setPresaleActive(bool _state
setPublicActive(bool _state
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(