AttiNFT

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0x53ee7b1b at 18483865
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
7 additional variables

No balances found for "AttiNFT"

No transactions found for "AttiNFT"


Functions
Getter at block 21409539
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
_contractURI(view returns (string)
_metadataURI(view returns (string)
contractURI(view returns (string)
currentTime(view returns (uint256)
1734285287
isMintingEnded(view returns (bool)
false
isPhase1(view returns (bool)
false
isPhase2(view returns (bool)
false
isPublicSale(view returns (bool)
false
isTradable(view returns (bool)
false
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
phase1Start(view returns (uint256)
0
phase2Start(view returns (uint256)
0
price(view returns (uint256)
0
proxiableUUID(view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol(view returns (string)
totalSupply(view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
useMerkleTree(view returns (bool)
false
version(pure returns (uint256)
26
Read-only
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
goldlist(addressview returns (bool)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owneraddress operatorview returns (bool)
isEligible(address _walletbytes32[] _merkleProofview returns (bool)
isGoldHolder(address _walletbytes32[] _merkleProofview returns (bool)
isWhiteHolder(address _walletbytes32[] _merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
whitelist(addressview returns (bool)
State-modifying
addGoldHolder(address walletbool status
addGoldList(address[] walletsbool status
addWhiteHolder(address walletbool status
addWhiteList(address[] walletsbool status
approve(address touint256 tokenIdpayable 
grantRole(bytes32 roleaddress account
initialize(address _ownerstring _namestring _symbolstring _uristring _contractUriaddress _registryaddress _accountImpl
mint(address _walletuint256 quantitybytes32[] _merkleProofpayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setDefaultRoyalty(address receiveruint96 feeNumerator
setEnded(bool _ended
setErc6551(address _registryaddress _accountImpl
setGoldProofRoot(bytes32 _merkleRootHash
setGovernor(address governor
setMerkleTree(bool _useMerkleTree
setMintingPhase(uint32 _p1StartTimeuint32 _p2StartTime
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
setWhiteProofRoot(bytes32 _merkleRootHash
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
upgradeTo(address newImplementation
upgradeToAndCall(address newImplementationbytes datapayable 
withdraw(
withdrawTreasury(
Events
AdminChanged(address previousAdminaddress newAdmin
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
AttiMinted(address indexed walletuint256 indexed nftId
BeaconUpgraded(address indexed beacon
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
ERC6551Created(address indexed nftuint256 indexed nftIdaddress walletaddress account
GovenorMinting(uint256 quantity
Initialized(uint8 version
NFTPassPurchased(address indexed buyeruint256 indexed quantityuint256 price
OwnerWithdrawn(uint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Upgraded(address indexed implementation
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InsuffientPayment(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
MintingEnded(
MintingNotStarted(
NonExistingToken(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
SupplyOverflow(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
TreasuryWithdrawFailed(
URIQueryForNonexistentToken(
WithdrawFailed(