TheSanctum_Neophytes
Verified contract
Active on
Ethereum with 5,738 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "TheSanctum_Neophytes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20998870 | a month ago | | | 0 | 0.00020557394 | |
| 20948608 | a month ago | | | 0 | 0.00026684714 | |
| 20599183 | 3 months ago | | | 0 | 0.000035156537 | |
| 20543370 | 3 months ago | | | 0 | 0.000037294776 | |
| 20526494 | 3 months ago | | | 0 | 0.00013522175 | |
| 20523901 | 3 months ago | | | 0 | 0.000051137341 | |
| 20496173 | 3 months ago | | | 0 | 0.000036715645 | |
| 20496171 | 3 months ago | | | 0 | 0.000034359174 | |
| 20414758 | 4 months ago | | | 0 | 0.000077137099 | |
| 20414754 | 4 months ago | | | 0 | 0.000077508724 |
ABI
ABI objects
Getter at block 21226750
GenesisMerkleRoot() view returns (bytes32)
0xc9827cbe0fe6a8424346cea8dbe19d6833acdb685006a28bbebf0537dc7fd183
Genesis_status() view returns (bool)
true
Presale_status() view returns (bool)
false
baseURI() view returns (string)
ipfs://QmVZNVZ7aKEcmKsWZxm5PHfudKEwyoYzMykFK2wB3AsDwk/
isBurnEnabled() view returns (bool)
false
maxPerGenesis() view returns (uint256)
1
maxPerTransaction() view returns (uint256)
5
maxPerWalletPresale() view returns (uint256)
2
name() view returns (string)
The Sanctum-Neophytes
owner() view returns (address)
0x702a14ad554cb03dd09b3c0a217ac4e4738572b3
public_sale_status() view returns (bool)
false
symbol() view returns (string)
Neophytes
tokenPrice() view returns (uint256)
10000000000000000
totalSupply() view returns (uint256)
2000
whitelistMerkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
Genesis_checker(address walletAddress, bytes32[] merkleProof) view returns (bool)
Genesis_holders(address walletAddress) view returns (uint256)
Whitelist_checker(address walletAddress, bytes32[] merkleProof) view returns (bool)
balanceOf(address owner) view returns (uint256)
burnedby(uint256) view returns (address)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isclaimedbyaddress(address) view returns (bool)
isclaimedbytoken(uint256) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalGenesisMint(address) view returns (uint256)
totalPublicMint(address) view returns (uint256)
totalWhitelistMint(address) view returns (uint256)
State-modifying
Events Genesis_mint(uint256 _count, bytes32[] merkleProof)
Genesis_status_update(bool status)
Presale_Status(bool status)
Public_mint(uint256 _count) payable
Public_status_update(bool status)
SetGenesis(bytes32 merkleRoot)
SetWhitelist(bytes32 merkleRoot)
Whitelist_mint(uint256 _count, bytes32[] merkleProof) payable
adminMint(uint256 _count)
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
public_sale_price(uint256 pr)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
sendGifts(address[] _wallets)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
update_burning_status(bool status)
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)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()