The latest block we've processed for this chain is 20892787, which is 1 minutes old. We're running behind the tip but working to resolve the issue.

IvyLeague

Verified contract

Active on Ethereum with 634 txns
Deployed by via 0xff460e7f at 15462902
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "IvyLeague"

0xd9fbb4fd9671e76d45fcf6b4ff016592f4f633ecaac490bf4bad383cf1413431
0xda18f36a257c03277a688ea22281022d442d53680fbae685c04eab9726e64409
0xed09c8e43310f14a9dce8b28b5285c7c90656fae5a5344cc5983fa648415e310
0xa12d56896a00a32e4f95ba4dc7554e8ec38b694ba00624c3d94be66440a1d015
0x18a401fed052353a042cd71121e86f93998b53065f3adfeb53e329d0b3f7d9c3
0x246d7417b5b6f928fd95c7b83daa504a581ea6d8410843d1c6771179804f75ba
0xa9fa0b7acd6da9bf664063658f3588d718e8b373d96e3e99e550bd4316c0ac12
0x7ee9f4e20b7b365e2b4f8b35642137c528bd20bd046c26f8c464d60defb3d16a
0xa84797024500d05088dd1151d0b099e28553c0f041706c1c6179a5c81070fb45
0xeb0e320ba6047288a8a2eac72b7976218a77eb5be2d11e122f209211481322ff

Functions
Getter at block 20892786
PUBLIC_MINT_PRICE(view returns (uint256)
2000000000000000000
TOTAL_SUPPLY(view returns (uint256)
333
WL_MINT_PRICE(view returns (uint256)
1500000000000000000
baseURI(view returns (string)
https://api-v2.bbrc.io/nft-metadata/ivyleague/
isPublicMintActive(view returns (bool)
false
isWhitelistMintActive(view returns (bool)
true
name(view returns (string)
IvyLeague
owner(view returns (address)
0xe9a94290c590c996c0564c9a648234874658c782
prerevealedURI(view returns (string)
ipfs://QmfGegN1d83sfRF7rnac5pB2Rx5wJ87U9Gsps1syXQGZdy
symbol(view returns (string)
IVYL
totalSupply(view returns (uint256)
333
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isSoulBound(uint256view returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
whitelist(addressview returns (uint256)
State-modifying
airdrop(address[] _receiversuint256[] _numTokens
approve(address touint256 tokenId
publicMint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setIsRevealed(bool _revealed
setMintPhase(bool _whitelistbool _public
setMintPrice(uint256 _presaleuint256 _public
setPrerevealedURI(string _uri
setSoulBound(uint256[] _tokenIdsbool[] _state
setTotalSupply(uint256 _supply
setWhitelist(address[] _addressesuint256[] _counts
teamMint(uint256 _quantity
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _quantitypayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(