Base Symbiosis Genesis

Verified contract

Active on Base with 437 txns
Deployed by via 0x15574630 at 3821654
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Base Symbiosis Genesis"

0xcbfc47648c4af48a394ebc3ad8011f41941fb156dc37d0e239f99c13ce9ffa70
0xb0af74e784e11f2fe94c57431201b30233d69baf72205e4d1530b22d9b830cd1
0x0e17832bb71ed320843d6022eb3338e21bd491c73a8e99c0534ccaa6d499def9
0x397c7018340c1ec9c6d95e3b62f74c80bdcb98c15b6a3acebf436734d93af37b
0x602fe89341026997ce892d79592a5b42ca61fee346fe10c58848a94c119f4351
0xeece9be24ea6b2282be0f440eabd98bffe49d45d10eba801c7f33406dc00ef24
0x82ee33f06e6638c9b43d2e737dce11e180e9b5531c57143e65939f677f8fb8f6
0x0e55bfe18a845ef84dfb5604edcf2e16cd19e0a2bee6f79705791690cb39506d
0x26528f58d6c5aca18657ab7a642290c4468854c5283ccc2f21eea8c27a244d34
0x15533dc30a59bfc379e86852b32c57938e5c48aeff57d11541b2d7a6cb11192a

Functions
Getter at block 23181200
MAX_FREE_PER_WALLET(view returns (uint256)
6000
MAX_MINTS_PER_TX(view returns (uint256)
5000
NUM_FREE_MINTS(view returns (uint256)
1000000
PUBLIC_SALE_PRICE(view returns (uint256)
4500000000000000
baseTokenURI(view returns (string)
ipfs:///
freeNFTAlreadyMinted(view returns (uint256)
26654
isPublicSaleActive(view returns (bool)
true
maxSupply(view returns (uint256)
1000000
name(view returns (string)
Base Symbiosis Genesis
owner(view returns (address)
0x4a9c309673834b58836c6a129c69e36cdc348ed2
symbol(view returns (string)
Symbiosis Genesis
totalSupply(view returns (uint256)
27704
Read-only
balanceOf(address ownerview returns (uint256)
calculateMintingPrice(uint256 quantityview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
State-modifying
MintWithRewards(uint256 numberOfTokenspayable 
approve(address touint256 tokenIdpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string baseURI
setFreeLimitPerWallet(uint256 _limit
setIsPublicSaleActive(bool _isPublicSaleActive
setMaxLimitPerTransaction(uint256 _limit
setNumFreeMints(uint256 _numfreemints
setSalePrice(uint256 _price
setmaxSupply(uint256 _maxSupply
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
treasuryMint(uint256 quantity
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
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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