Based y0Gods

Unverified contract

Proxy

Active on Base with 8,336 txns
Deployed by via 0xe60cfb99 at 14236578
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
ERC-20
Value $0
ERC-20
--
ERC-20
--
0x4297c86ed4ff8fbe47428ab0f048c52a45acd87341dc0195d4a0bbc5833de5c0
0xfd80595fe02dea045e9295d108a724cfc4593afa241840110ae947cd43a0c6d3
0xf23009f4f43621c88d6bc5b7478cb7f18e3538a086a9f7ea36f8a85398a11d73
0xeb005e0c40b696a51d3400add360cd2be642739048646f131608231222fe7cd4
0x5f8d70e5b3521333b3f89ad68a427f67110ceb868b141f6d3f024aa5b9312391
0x6ac2fd702c13c05ff40f93b5663629f93b112021c92a61a8e91a27411b7a46a4
0xddd9c6ecbaf8cad4f4edc77533df1d606372e0d848d04e884e6d55d00e2d07ec
0xd6f7378228a884b5606e5bcbf871560bde5e52ff548180599b4b35f2c30267ae
0x2aadb1e4b7447834783186a9c98aa8248f93aa172c980699585ceb016c65ec78
0x8e5d3f93feccd58eda479ef5ee4c33bd6470a050da057cedc90a7876079f65be

Functions
Getter at block 22778500
baseURI(view returns (string)
https://bafybeigeysragsuonbye3sghswrbtipukee5mfsfbli6i2oynb2bd7aqta.ipfs.nftstorage.link/
costPublic(view returns (uint256)
300000000000000
costWL(view returns (uint256)
0
freePerWallet(view returns (uint256)
1
isPublicMintEnabled(view returns (bool)
true
isWLmintEnabled(view returns (bool)
false
maxFreeSupply(view returns (uint256)
5000
maxMintPublic(view returns (uint256)
1000
maxMintWL(view returns (uint256)
1
maxSupply(view returns (uint256)
5000
name(view returns (string)
Based y0Gods
owner(view returns (address)
0x5375343cfaad6ecc8a75e012a145bcec0d96b042
renderer(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BYG
totalSupply(view returns (uint256 result)
5000
useRenderer(view returns (bool)
false
whitelistRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isWhitelisted(address _walletbytes32[] _merkleProofuint256 _quantityview returns (bool)
mintedByAddress(addressview returns (uint256)
mintedByAddressWL(addressview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address _addressview returns (uint256[])
State-modifying
airdrop(uint256 _quantityaddress _recipient
approve(address touint256 tokenIdpayable 
decreaseMaxSupply(uint256 _newMaxSupply
devMint(uint256 _quantity
initialize(string namestring symbolstruct InitParams params
mint(uint256 _quantitypayable 
mintFree(uint256 _quantity
mintPaid(uint256 _quantitypayable 
mintWL(uint256 _quantitybytes32[] _merkleProofpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseURI
setCostPublic(uint256 _newCostPublic
setCostWL(uint256 _newCostWL
setFreePerWallet(uint256 _newFreePerWallet
setMaxFreeSupply(uint256 _maxFreeSupply
setMaxMintPublic(uint256 _newMaxMintPublic
setPublicMintEnabled(
setRenderer(address newRenderer
setUseRenderer(bool use
setWLmintEnabled(
setWhitelistRoot(bytes32 _merkleRoot
setWithdrawAddress(address _newWithdrawAddress
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
withdrawAll(payable 
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

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotCompatibleWithSpotMints(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SequentialMintExceedsLimit(
SequentialUpToTooSmall(
SpotMintTokenIdTooSmall(
TokenAlreadyExists(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(