BlerdPass
Verified contract
Active on
Ethereum with 2,375 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "BlerdPass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17806789 | a year ago | | | 0 | 0.00046854573 | |
| 16690960 | 2 years ago | | | 0 | 0.0014070326 | |
| 16686243 | 2 years ago | | | 0 | 0.0021046383 | |
| 16507343 | 2 years ago | | | 0 | 0.0014898257 | |
| 16500011 | 2 years ago | | | 0 | 0.0069200167 | |
| 16499952 | 2 years ago | | | 0 | 0.0029602005 | |
| 16499947 | 2 years ago | | | 0 | 0.0028396940 | |
| 15985100 | 2 years ago | | | 0 | 0.0076749252 | |
| 15985093 | 2 years ago | | | 0 | 0.0078047417 | |
| 15985091 | 2 years ago | | | 0 | 0.0071377499 |
ABI
ABI objects
Getter at block 21275048
MAX_PUBLIC_MINT() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
2222
MaxPerPublicWallet() view returns (uint256)
1
PUBLIC_SALE_PRICE() view returns (uint256)
0
getMaxPerPublicMint() view returns (uint256)
1
getMaxPerPublicWallet() view returns (uint256)
1
name() view returns (string)
BlerdPass
owner() view returns (address)
0x59da8af5749416e3f5e28e88d5ee52a254eb5eb5
publicSale() view returns (bool)
true
symbol() view returns (string)
BP
teamMinted() view returns (bool)
true
totalSupply() view returns (uint256)
2222
walletOf() view returns (uint256[])
[]
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPublicPrice(uint256 _quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
totalPublicMint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxPerPublicMint(uint256 _quantity)
setMaxPerPublicWallet(uint256 _maxPerPublicWallet)
setPublicPrice(uint256 _newPrice)
setTokenUri(string _baseTokenUri)
teamMint()
togglePublicSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()