BIBOVERSE
Verified contract
Active on
Ethereum with 1,450 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "BIBOVERSE"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14634778 | 3 years ago | | | 0 | 0.0016024292 | |
| 14627254 | 3 years ago | | | 0 | 0.0025869099 | |
| 14627251 | 3 years ago | | | 0 | 0.0025450895 | |
| 14627248 | 3 years ago | | | 0 | 0.0035740163 | |
| 14627195 | 3 years ago | | | 0 | 0.0038136194 | |
| 14627191 | 3 years ago | | | 0 | 0.0036428551 | |
| 14627190 | 3 years ago | | | 0 | 0.0041105756 | |
| 14626613 | 3 years ago | | | 0 | 0.0046929251 | |
| 14626611 | 3 years ago | | | 0 | 0.0034740006 | |
| 14626611 | 3 years ago | | | 0 | 0.0041954414 |
ABI
ABI objects
Getter at block 21305429
MAX_SUPPLY() view returns (uint256)
1990
_isAuctionActive() view returns (bool)
false
_isSaleActive() view returns (bool)
false
auctionEndPrice() view returns (uint256)
0
auctionPriceStep() view returns (uint256)
0
auctionStartPrice() view returns (uint256)
0
auctionStartTime() view returns (uint256)
0
auctionStepNumber() view returns (uint256)
0
auctionTimeStep() view returns (uint256)
0
getAuctionPrice() view returns (uint256)
0
getTotalSupply() view returns (uint256)
1099
isWhiteListActive() view returns (bool)
false
maxBalance() view returns (uint256)
3
maxMint() view returns (uint256)
3
mintPrice() view returns (uint256)
70000000000000000
name() view returns (string)
BIBOVERSE
owner() view returns (address)
0x579d7fe400f7e4a5dc57f8b60684e54d7e7f126a
symbol() view returns (string)
BIBO
tierSupply() view returns (uint256)
1099
tierWhitelist() view returns (uint256)
0
totalSupply() view returns (uint256)
1099
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBiBoByOwner(address _owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
auctionMintBiBo(uint256 numBiBos) payable
mintBiBo(uint256 numBiBos) payable
mintWhiteList(uint256 numBiBos) payable
pauseAuction()
pauseSale()
preserveMint(uint256 numBiBos, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuction(uint256 _auctionStartTime, uint256 _auctionTimeStep, uint256 _auctionStartPrice, uint256 _auctionEndPrice, uint256 _auctionPriceStep, uint256 _auctionStepNumber)
setBaseURI(string baseURI_)
setIsWhiteListActive(bool _isAllowListActive)
setMaxBalance(uint256 _maxBalance)
setMaxMint(uint256 _maxMint)
setMintPrice(uint256 _mintPrice)
setTierSupply(uint256 _tierSupply)
setWhiteList(address[] addresses, uint256 numAllowedToMint)
setWhitelistSupply(uint256 _whitelistSupply)
startAuction()
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AuctionPaused()
AuctionStarted()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SalePaused()
SaleStarted()
TokenMinted(uint256 supply)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.