BalancePass
Verified contract
Active on
Ethereum with 676 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 "BalancePass"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19680019 | 8 months ago | | | 0 | 0.00020322276 | |
| 19479240 | 9 months ago | | | 0 | 0.0022633834 | |
| 18243107 | a year ago | | | 0 | 0.00059848117 | |
| 18138206 | a year ago | | | 0 | 0.00050753543 | |
| 16951206 | 2 years ago | | | 0 | 0.0012443760 | |
| 16914285 | 2 years ago | | | 0 | 0.00088291194 | |
| 16910148 | 2 years ago | | | 0 | 0.00061120874 | |
| 16721093 | 2 years ago | | | 0 | 0.0014736532 | |
| 16586803 | 2 years ago | | | 0 | 0.0016953341 | |
| 16580810 | 2 years ago | | | 0 | 0.0018129115 |
ABI
ABI objects
Getter at block 21386969
baseTokenURI() view returns (string)
ipfs://QmdcXKrpzLjdmZ9FHRACTWK8KbqUi37NAbbTYWMnFGSAVp
baseURI() view returns (string)
ipfs://QmdcXKrpzLjdmZ9FHRACTWK8KbqUi37NAbbTYWMnFGSAVp
currentTokenId() view returns (uint256)
351
name() view returns (string)
BalancePass
owner() view returns (address)
0x3381e86306145b062ced14790b01ac5384d23d82
symbol() view returns (string)
BALANCE-PASS
totalSupply() view returns (uint256)
351
whitelistMintStatus() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getTokenType(uint256 _tokenId) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenTypeArray(uint8, uint256, uint256) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint_public_gh56gui(address _user) payable returns (uint256)
mint_whitelist_gh56gui(address _user) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI)
setMaxMint(uint256 _max)
setTokenType(uint256[][] _tokenIdInfo, uint8 _tokenType)
setWhitelistMintStatus(bool status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
NftMinted(address indexed user, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _maxMint, string _baseTokenURI, bool _whitelistMintStatus)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()