Baibu
Verified contract
Proxy
Active on
Ethereum with 4,417 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 42 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "Baibu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20655666 | 3 months ago | | | 0 | 0.000041955000 | |
| 20653461 | 3 months ago | | | 0 | 0.000013780000 | |
| 20597937 | 3 months ago | | | 0 | 0.000036669489 | |
| 20469495 | 4 months ago | | | 0 | 0.00014565024 | |
| 20360844 | 4 months ago | | | 0 | 0.00023097127 | |
| 20243067 | 5 months ago | | | 0 | 0.000083910000 | |
| 19099963 | 10 months ago | | | 0 | 0.00051184634 | |
| 19078362 | 10 months ago | | | 0 | 0.00058253412 | |
| 18803068 | a year ago | | | 0 | 0.0013422819 | |
| 18802473 | a year ago | | | 0 | 0.0012720186 |
ABI
ABI objects
Getter at block 21286451
implementation() pure returns (address)
0x1ad74ab09a04f0f5f3ceeefabcf79dd823f96e7b
config() view returns (address signer, uint16 maxSupply, uint16 reserveAmount, bool offsetEnabled, bool operatorFilterEnabled, bool revealed)
(signer=0xd9503bfc8246c7646efeb111bd694cfb7b1c15f0, maxSupply=2151, reserveAmount=50, offsetEnabled=true, operatorFilterEnabled=true, revealed=true)
mintSettings() view returns (uint8 status, uint16 maxPerAddress, uint112 privatePrice, uint112 publicPrice)
(status=3, maxPerAddress=1, privatePrice=7000000000000000, publicPrice=10000000000000000)
name() view returns (string)
Baibu
owner() view returns (address)
0x6146edafd89feeee4257e4dd32182b3c9d94dcd3
provenanceHash() view returns (string)
0x098b1a0f6bfb5bcaeadf5c02ec17e44dca7696421efc130e403a132207b7c9ae
symbol() view returns (string)
Baibu (BBU)
tokenOffset() view returns (uint256)
1424
totalReleased() view returns (uint256)
14707000000000000000
totalShares() view returns (uint256)
100000
totalSupply() view returns (uint256)
2151
uri() view returns (string)
ipfs://QmbKQLT4KncyzqbGuLiXbz85JhNR88grH64i13LUGQL1tM/
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
functionLocked(bytes4) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address account) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
releasable(address account) view returns (uint256)
releasable(address token, address account) view returns (uint256)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address operator, uint256 tokenId) payable
initialize(string _name, string _symbol, string _uri, string _provenanceHash, struct StructERC721Config _config) payable
initializeMint(address[] _payees, uint256[] _shares, struct StructERC721MintSettings _mintSettings, bytes _receipt, uint256 _nonce) payable
lockFunction(bytes4 id)
privateMint(uint256 amount, bytes signature) payable
publicMint(uint256 amount) payable
release(address account)
release(address token, address account)
releaseAll() 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)
setMintSettings(struct StructERC721MintSettings newMintSettings, bytes receipt, uint256 nonce) payable
setOffset(bool useVRF) payable
setOperatorFilter(bool enabled) payable
setProvenanceHash(string newProvenanceHash) payable
setRevealed(bool revealed, string newUri) payable
transferFrom(address from, address to, uint256 tokenId) payable
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)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(bytes data)
fallback()
receive()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
StructERC721_ExceedsMaxPerAddress()
StructERC721_FunctionLocked()
StructERC721_InsufficientSupply()
StructERC721_InvalidConfiguration()
StructERC721_InvalidMetadataState()
StructERC721_InvalidMintStatus()
StructERC721_InvalidSignature()
StructERC721_InvalidTransactionValue()
StructERC721_NoContractMinting()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()