Billionaire Gator Club
Verified contract
Active on
Ethereum with 4,018 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($0.00)
No balances found for "Billionaire Gator Club"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19595179 | 7 months ago | | | 0 | 0.00034993976 | |
| 19282765 | 9 months ago | | | 0 | 0.0017147460 | |
| 19105535 | 9 months ago | | | 0 | 0.00060100720 | |
| 17490789 | a year ago | | | 0 | 0.0011522159 | |
| 16974524 | 2 years ago | | | 0 | 0.00098108181 | |
| 16965769 | 2 years ago | | | 0 | 0.0013098347 | |
| 16827183 | 2 years ago | | | 0 | 0.0024903231 | |
| 16718580 | 2 years ago | | | 0 | 0.00086519304 | |
| 16632814 | 2 years ago | | | 0 | 0.0011306920 | |
| 16511640 | 2 years ago | | | 0 | 0.00036761582 |
ABI
ABI objects
Getter at block 21162223
CONTRACT_VERSION() view returns (uint8)
2
EARLY_MINT_PRICE() view returns (uint256)
0
MAX_WALLET_MINTS() view returns (uint256)
15
PRICE() view returns (uint256)
3000000000000000
RAMPPADDRESS() view returns (address)
0xa9dac8f3aedc55d0fe707b86b8a45d246858d2e1
_baseTokenExtension() view returns (string)
.json
_baseTokenURI() view returns (string)
https://api.billionairegator.club/
baseTokenURI() view returns (string)
https://api.billionairegator.club/
calcAvailableBalance() view returns (uint256)
0
collectionSize() view returns (uint256)
4000
currentTokenId() view returns (uint256)
4000
earlyMintOwnershipCap() view returns (uint256)
1
erc20Payable() view returns (address)
0x8cf0285ee60db505d0969d88a9fec1db3c519ef8
getNextTokenId() view returns (uint256)
4001
maxBatchSize() view returns (uint256)
15
merkleRoot() view returns (bytes32)
0xf826068dfa1893230250a6a60b31362ba58f7c3262b173c85ce79294a57ae295
mintingOpen() view returns (bool)
true
name() view returns (string)
Billionaire Gator Club
nextOwnerToExplicitlySet() view returns (uint256)
0
onlyAllowlistMode() view returns (bool)
false
onlyERC20MintingMode() view returns (bool)
false
owner() view returns (address)
0x8cf0285ee60db505d0969d88a9fec1db3c519ef8
payableAddressCount() view returns (uint256)
1
symbol() view returns (string)
BGC
totalSupply() view returns (uint256)
4000
usingEarlyMintIncentive() view returns (bool)
true
Read-only
balanceOf(address owner) view returns (uint256)
canMintAmount(address _address, uint256 _amount) view returns (bool)
chargeAmountForERC20(address _erc20TokenContract) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getOwnershipData(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
getPrice(uint256 _count, address _to) view returns (uint256)
inTeam(address _address) view returns (bool)
isAllowlisted(address _to, bytes32[] _merkleProof) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedForERC20Payments(address _erc20TokenContract) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payableAddresses(uint256) view returns (address)
payableFees(uint256) view returns (uint256)
restrictedApprovalAddresses(address) view returns (bool)
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 addOrUpdateERC20ContractAsPayment(address _erc20TokenContract, bool _isActive, uint256 _chargeAmountInTokens)
addToTeam(address _address)
approve(address to, uint256 tokenId)
closeAllowlistMint()
disableAllowlistOnlyMode()
disableERC20ContractAsPayment(address _erc20TokenContract)
disableERC20OnlyMinting()
disableEarlyMintIncentive()
enableAllowlistOnlyMode()
enableERC20ContractAsPayment(address _erc20TokenContract)
enableERC20OnlyMinting()
enableEarlyMintIncentive()
mintTo(address _to) payable
mintToAL(address _to, bytes32[] _merkleProof) payable
mintToAdminV2(address _to, uint256 _qty)
mintToMultiple(address _to, uint256 _amount) payable
mintToMultipleAL(address _to, uint256 _amount, bytes32[] _merkleProof) payable
mintToMultipleERC20(address _to, uint256 _amount, address _erc20TokenContract) payable
mintToMultipleERC20AL(address _to, uint256 _amount, bytes32[] _merkleProof, address _erc20TokenContract) payable
openAllowlistMint()
openMinting()
removeFromTeam(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setApprovalRestriction(address _address, bool _isRestricted)
setBaseTokenExtension(string baseExtension)
setBaseURI(string baseURI)
setERC20PayableAddress(address _newErc20Payable)
setEarlyIncentivePrice(uint256 _feeInWei)
setEarlyMintOwnershipCap(uint256 _newCap)
setMaxMint(uint256 _newMaxMint)
setPrice(uint256 _feeInWei)
setRamppAddress(address _newAddress)
setWalletMax(uint256 _newWalletMax)
stopMinting()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMerkleRoot(bytes32 _newMerkleRoot)
withdrawAll()
withdrawAllRampp()
withdrawERC20(address _tokenContract, uint256 _amountToWithdraw)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.