BaoGnosis
Verified contract
Active on
Ethereum with 324 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 "BaoGnosis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20629049 | 2 months ago | | | 0 | 0.00019025542 | |
| 20628767 | 2 months ago | | | 0 | 0.00015792356 | |
| 18964945 | 10 months ago | | | 0 | 0.00069035618 | |
| 16320006 | 2 years ago | | | 0 | 0.0012279064 | |
| 16107181 | 2 years ago | | | 0 | 0.00098336084 | |
| 16041217 | 2 years ago | | | 0 | 0.0026926587 | |
| 16030206 | 2 years ago | | | 0 | 0.0018280200 | |
| 16028751 | 2 years ago | | | 0 | 0.0016333603 | |
| 16028110 | 2 years ago | | | 0 | 0.0018973003 | |
| 16013067 | 2 years ago | | | 0 | 0.0016464161 |
ABI
ABI objects
Getter at block 21097841
MAX_PER_CALL() view returns (uint256)
1
MAX_SUPPLY() view returns (uint256)
5000
merkleRoot() view returns (bytes32)
0xf24060aa0e4674fe49584f4caea2966513f087be10609875566d2ff9483fd4ec
name() view returns (string)
BaoGnosis
owner() view returns (address)
0xf1674fe69b2920b4de51e909cbf060dd78724cd8
suffix() view returns (string)
.json
symbol() view returns (string)
BaoGno
totalSupply() view returns (uint256)
298
uri() view returns (string)
https://ipfs.io/ipfs/Qmb7h3skjvLfzzXB1dCkeXv1Q2C2WgmtDxeXJ94QGCLpGx?filename=baoswapnft
whitelistSale() view returns (uint256)
1
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
whitelistClaimed(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
fetchEther()
mintBaoGWithSignature(bytes32[] _proof)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _root)
updateSuffix(string _suffix)
updateURI(string _newURI)
updateWhitelistSale(uint256 _whitelistSale)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaoGMinted(uint256 indexed tokenId, address indexed receiver)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _whitelistSale, bytes32 _root)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()