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

BoringStone Genesis Collection

Verified contract

Active on Ethereum with 6,127 txns
Deployed by via 0x85bb9239 at 13355830
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $538.75
0xd93609ff81a0a1bd5bb8ff49dbcf0161cb8ea70078ba2cf8eebfac910c1aba0a
0xf6b6e2e55c05f14f93a773f80780b29364e49abc79483542c809104b0538fad9
0x661d3786385a9236bea0da257a84e77e4204d9d87920554a23304272e06edf96
0xce23e936203ed3d680e1106dd42b3900bf07cc903c7e9e04f01f2f6f53e48dd1
0x54587c560d55c9c725b95558d56f235e88334956cf47a041b854aae9e54d6bfe
0x608511158fd373946be75b91d3204a28591867368ea4e55adc56670b30e19779
0xa7006adf044573ed389de8b3bca13e25a890a4eb9bd4072452a80e5657a305ed
0x636ac76173eb38c40b50823332ec2b880168b016dfb75f8bc632b68f3f5a75b3
0x8fbd2f5014f0ede9edc516d64ebfd079f9ab8bd430b01ee853a60e8aefd10f74
0xe55592343a73e89bf89d3299443f588510992aca5626f78eefd578addaf23b9d

Functions
Getter at block 20796637
MAX_NFT_PURCHASEABLE(view returns (uint256)
20
MAX_SUPPLY(view returns (uint256)
10000
baseURI(view returns (string)
https://moonwalk.mypinata.cloud/ipfs/QmfTX9D32Zmu6JaW6r21fXHpg9JL39CbCoiy2mkDbqcwGS/
getMintPrice(view returns (uint256)
40000000000000000
isPresale(view returns (bool)
false
name(view returns (string)
BoringStone Genesis Collection
owner(view returns (address)
0xc8253c58649f2599cdb6cdcaca0ab14abedef3d3
paused(view returns (bool)
false
presaleContract(view returns (address)
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
symbol(view returns (string)
NFTFAM
totalSupply(view returns (uint256)
10000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenByIndex(uint256 indexview returns (uint256)
tokenOfOwnerByIndex(address owneruint256 indexview returns (uint256)
tokenURI(uint256 tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
burn(uint256 tokenId
endPresale(
giveAwayNft(address touint256 numberOfTokens
mintNft(uint256 numberOfTokenspayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string baseUri
setMintPrice(uint256 newPrice
setPresaleContract(address contractAddress
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive
receive(
Errors
ExceededMaxPurchaseable(uint256 maxPurchaseable
ExceededMaxSupply(uint256 maxSupply
NotEnoughEther(uint256 requiredEtherAmount