Bulbasaur
Verified contract
Active on
Ethereum with 1,371 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "Bulbasaur"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19339227 | 9 months ago | | | 0 | 0.0012861734 | |
| 18350340 | a year ago | | | 0 | 0.00018437147 | |
| 18289292 | a year ago | | | 0 | 0.00013865469 | |
| 18252233 | a year ago | | | 0 | 0.00015564971 | |
| 17030059 | 2 years ago | | | 0 | 0.00092374534 | |
| 17026024 | 2 years ago | | | 0 | 0.00073877392 | |
| 17000963 | 2 years ago | | | 0 | 0.0010023043 | |
| 16787401 | 2 years ago | | | 0 | 0.00064169267 | |
| 16787400 | 2 years ago | | | 0 | 0.00064947811 | |
| 16686493 | 2 years ago | | | 0 | 0.0021422293 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMintCount(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
wlMintCount(address) view returns (uint256)
State-modifying
Events MassAirdrop(address[] receivers)
OwnerMint(uint256 _mintAmount, address _receiver)
PublicMint(uint256 _mintAmount) payable
WlMint(uint256 _mintAmount, bytes32[] _merkleProof) payable
approve(address to, uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool 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 from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
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(string _uri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()