Avantis Mainnet Access

Unverified contract

Proxy

Active on Base with 83 txns
Deployed by via 0xca271604 at 9306162
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 3 additional slots
-
variable spans 3 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots

No balances found for "Avantis Mainnet Access"

0x82ab11eaa2dc0bd6166c86d284835117e211f735ce776a48aaab3db2ff1ebb56
0x909454496556b43fdd7c5dd6c95d7a236f2a5bc76208d8653c4a913972f94466
0x2e13319e9d8804e184c050ab03eb3c685236f2dbef6056401741db769e21b161
0xcb27bd0b238c9ed972caab4a3fab6bc0a52dad705dc4ce2480c8bf361115dff4
0xf9360f957bd22b4ea6a67fc62ab87d0e316e89afbd5af29fe9bc6599af8d1867
0xd74142d29aa2b7a48586b77e3704c197aced2ad8ddfe8fbbb3a980f42112847a
0x1d63e8836b1a9fccf4f3c2b53b1c7006f182dadc57c9187f18a8888837857060
0xc46d561ed1810d17d804f9b0103da3a0f80a2849aad9d2d18ab16d95f32e44b7
0xc0fea3478220a177d8ee4c6730bb6ad7bb11df29bfbc9e53befa5d20fb2564d5
0xdc28d127790780c74b4f5376d1b84361608a580faf7aaf35dd03fa14e78bbab8

Functions
Getter at block 23847224
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
claimCondition(view returns (uint256 currentStartIduint256 count)
(currentStartId=0, count=1)
contractURI(view returns (string)
ipfs://QmQQYjZMCicJ3J1wn2pgicN7K4S6C48ZHLXsH77UFRGWas/0
getActiveClaimConditionId(view returns (uint256)
0
getDefaultRoyaltyInfo(view returns (addressuint16)
(0x01111153efa47cd2a88994b8f2b72351d9402ff9, 0)
name(view returns (string)
Avantis Mainnet Access
nextTokenIdToClaim(view returns (uint256)
156
nextTokenIdToMint(view returns (uint256)
156
owner(view returns (address)
0x01111153efa47cd2a88994b8f2b72351d9402ff9
primarySaleRecipient(view returns (address)
0x01111153efa47cd2a88994b8f2b72351d9402ff9
sharedMetadata(view returns (string namestring descriptionstring imageURIstring animationURI)
(name=OG Avantis Mainnet, description=Onchain perpetuals for crypto & real , imageURI=ipfs://QmPN2T4ugjjDMMKRQWSxGh9fzqAE2TKsqD9XWo1Z9BHct7/MODE%20SUNRISE(4).png, animationURI=)
startTokenId(pure returns (uint256)
1
symbol(view returns (string)
Avantis Pass
totalMinted(view returns (uint256)
155
totalSupply(view returns (uint256)
155
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership ownership)
getApproved(uint256 tokenIdview returns (address)
getClaimConditionById(uint256 _conditionIdview returns (struct IClaimConditionClaimCondition condition)
getRoleAdmin(bytes32 roleview returns (bytes32)
getRoleMember(bytes32 roleuint256 indexview returns (address member)
getRoleMemberCount(bytes32 roleview returns (uint256 count)
getRoyaltyInfoForToken(uint256 _tokenIdview returns (addressuint16)
getSupplyClaimedByWallet(uint256 _conditionIdaddress _claimerview returns (uint256 supplyClaimedByWallet)
hasRole(bytes32 roleaddress accountview returns (bool)
hasRoleWithSwitch(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isTrustedForwarder(address forwarderview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 tokenIduint256 salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
verifyClaim(uint256 _conditionIdaddress _claimeruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofview returns (bool isOverride)
State-modifying
approve(address touint256 tokenIdpayable 
burn(uint256 tokenId
claim(address _receiveruint256 _quantityaddress _currencyuint256 _pricePerTokenstruct IDropAllowlistProof _allowlistProofbytes _datapayable 
grantRole(bytes32 roleaddress account
initialize(address _defaultAdminstring _namestring _symbolstring _contractURIaddress[] _trustedForwardersaddress _saleRecipientaddress _royaltyRecipientuint128 _royaltyBps
multicall(bytes[] datareturns (bytes[] results)
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setClaimConditions(struct IClaimConditionClaimCondition[] _conditionsbool _resetClaimEligibility
setContractURI(string _uri
setDefaultRoyaltyInfo(address _royaltyRecipientuint256 _royaltyBps
setOwner(address _newOwner
setPrimarySaleRecipient(address _saleRecipient
setRoyaltyInfoForToken(uint256 _tokenIdaddress _recipientuint256 _bps
setSharedMetadata(struct ISharedMetadataSharedMetadataInfo _metadata
transferFrom(address fromaddress touint256 tokenIdpayable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
BatchMetadataUpdate(uint256 _fromTokenIduint256 _toTokenId
ClaimConditionsUpdated(struct IClaimConditionClaimCondition[] claimConditionsbool resetEligibility
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ContractURIUpdated(string prevURIstring newURI
DefaultRoyalty(address indexed newRoyaltyRecipientuint256 newRoyaltyBps
Initialized(uint8 version
MetadataUpdate(uint256 _tokenId
OwnerUpdated(address indexed prevOwneraddress indexed newOwner
PrimarySaleRecipientUpdated(address indexed recipient
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoyaltyForToken(uint256 indexed tokenIdaddress indexed royaltyRecipientuint256 royaltyBps
SharedMetadataUpdated(string namestring descriptionstring imageURIstring animationURI
TokensClaimed(uint256 indexed claimConditionIndexaddress indexed claimeraddress indexed receiveruint256 startTokenIduint256 quantityClaimed
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(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(