Bulbasaur

Verified contract

Active on Ethereum with 1,371 txns
Deployed by via 0x479b9c96 at 15551313
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional variables

No balances found for "Bulbasaur"

0x655f580e47dbd8a6cbb0e271a547ba5d06e0023aa8bb0e6cc4a10f06de06e363
0xa762a135a853732e09c3c979187ff0e34d834e8753c7a6c3b65d6f66585fa83e
0x3cd27760bff2b5c87b33e1d9ca4c06a19a414c334ff6e9027f064b43bf20b6f8
0x98996922da0ba03b5dc70a6419762129ada56963762ed64a6816faab528c29dd
0xd50a2a29e95163cb2157b123fb71412d79d96c90f281d0b33e6cf0944ad2e93a
0x815d746e0adb728e938cef235857de2e9aaccc06cebddc2f8a65739637b441d3
0x7f9f1618aadcdfbe1c1a3ee9b86a822194dc068f2b4d23ee5487981d1335517f
0x4875e3437fce638f14d14c57a66feec145cfdc0c8cd92b33294a3f6c154d8cfc
0x0274d3b629aa6cd3e67e751ef78c799fc2b15a0ede44609ce7afd90ca324c21a
0xf1502c49b6acef3ae3bec93367a91f78687e1f2ad98be22bf90f0f5a806b7fcd

Functions
Getter at block 21225353
hiddenMetadataUri(view returns (string)
maxLimitPerWallet(view returns (uint256)
6
maxMintAmountPerTx(view returns (uint256)
6
merkleRoot(view returns (bytes32)
0xdbd920275362497ff21e4877284d9a77457e0c81ce1e62c03847f6a4949346cd
name(view returns (string)
Bulbasaur
owner(view returns (address)
0xec768b96bc863e78e8394862849d3e332f83fe48
price(view returns (uint256)
0
publicMinted(view returns (uint256)
1710
publicSale(view returns (bool)
true
revealed(view returns (bool)
true
supplyLimit(view returns (uint256)
1999
symbol(view returns (string)
SAUR
totalSupply(view returns (uint256)
1999
uriSuffix(view returns (string)
.json
whitelistSale(view returns (bool)
true
wlMinted(view returns (uint256)
288
wlmaxLimitPerWallet(view returns (uint256)
1
wlmaxMintAmountPerTx(view returns (uint256)
1
wlprice(view returns (uint256)
0
wlsupplyLimit(view returns (uint256)
333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
publicMintCount(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
wlMintCount(addressview returns (uint256)
State-modifying
MassAirdrop(address[] receivers
OwnerMint(uint256 _mintAmountaddress _receiver
PublicMint(uint256 _mintAmountpayable 
WlMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setPrice(uint256 _price
setRevealed(bool _state
setUriSuffix(string _uriSuffix
setmaxLimitPerWallet(uint256 _maxLimitPerWallet
setpublicSale(bool _publicSale
setsupplyLimit(uint256 _supplyLimit
seturi(string _uri
setwlMerkleRootHash(bytes32 _merkleRoot
setwlPrice(uint256 _wlprice
setwlSale(bool _whitelistSale
setwlmaxLimitPerWallet(uint256 _wlmaxLimitPerWallet
setwlmaxMintAmountPerTx(uint256 _wlmaxMintAmountPerTx
setwlsupplyLimit(uint256 _wlsupplyLimit
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _uri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(