AttiNFT
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
32
Slot
XX
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
Balances ($0.00)
No balances found for "AttiNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AttiNFT"
ABI
ABI objects
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 owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721AUpgradeableTokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
goldlist(address) view returns (bool)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isEligible(address _wallet, bytes32[] _merkleProof) view returns (bool)
isGoldHolder(address _wallet, bytes32[] _merkleProof) view returns (bool)
isWhiteHolder(address _wallet, bytes32[] _merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
whitelist(address) view returns (bool)
State-modifying
Events addGoldHolder(address wallet, bool status)
addGoldList(address[] wallets, bool status)
addWhiteHolder(address wallet, bool status)
addWhiteList(address[] wallets, bool status)
approve(address to, uint256 tokenId) payable
grantRole(bytes32 role, address account)
initialize(address _owner, string _name, string _symbol, string _uri, string _contractUri, address _registry, address _accountImpl)
mint(address _wallet, uint256 quantity, bytes32[] _merkleProof) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setEnded(bool _ended)
setErc6551(address _registry, address _accountImpl)
setGoldProofRoot(bytes32 _merkleRootHash)
setGovernor(address governor)
setMerkleTree(bool _useMerkleTree)
setMintingPhase(uint32 _p1StartTime, uint32 _p2StartTime)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
setWhiteProofRoot(bytes32 _merkleRootHash)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw()
withdrawTreasury()
AdminChanged(address previousAdmin, address newAdmin)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
AttiMinted(address indexed wallet, uint256 indexed nftId)
BeaconUpgraded(address indexed beacon)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
ERC6551Created(address indexed nft, uint256 indexed nftId, address wallet, address account)
GovenorMinting(uint256 quantity)
Initialized(uint8 version)
NFTPassPurchased(address indexed buyer, uint256 indexed quantity, uint256 price)
OwnerWithdrawn(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InsuffientPayment()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintingEnded()
MintingNotStarted()
NonExistingToken()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SupplyOverflow()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
TreasuryWithdrawFailed()
URIQueryForNonexistentToken()
WithdrawFailed()