Contract
Verified contract
Implementation
Active on
Ethereum with 19 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
9 additional
variables
Balances ($0.00)
No balances found for "Contract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15283277 | 2 years ago | | | 0 | 0.00097175796 | |
| 15283269 | 2 years ago | | | 0 | 0.00080919513 | |
| 15283268 | 2 years ago | | | 0 | 0.00089298793 | |
| 15283252 | 2 years ago | | | 0 | 0.00072064843 | |
| 15283248 | 2 years ago | | | 0 | 0.00075218628 | |
| 15283238 | 2 years ago | | | 0 | 0.00076401987 | |
| 15283212 | 2 years ago | | | 0 | 0.0011397769 | |
| 15283204 | 2 years ago | | | 0 | 0.0013669679 | |
| 15283203 | 2 years ago | | | 0 | 0.0014044405 | |
| 15283202 | 2 years ago | | | 0 | 0.0013145350 |
ABI
ABI objects
Getter at block 21229076
alMaxMint() view returns (uint128)
0
base_uri() view returns (string)
isAlMintOpen() view returns (bool)
false
isMintOpen() view returns (bool)
false
maxSupply() view returns (uint128)
0
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
mintPrice() view returns (uint256)
0
name() view returns (string)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
proxiableUUID() view returns (bytes32)
0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc
symbol() view returns (string)
tokenIdCounter() view returns (uint256)
0
Read-only
balanceOf(address owner) view returns (uint256)
claimedToken(address) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isPrivileged(address _account) view returns (bool priv)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events allowListMint(bytes32[] _proof) payable
approve(address to, uint256 tokenId)
initialize()
pause()
publicMint() payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAlMint(bool _state)
setApprovalForAll(address operator, bool approved)
setMetaData(string _uri)
setPublicMint(bool _state)
setSupply(uint128 _newSupply)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawFunds(uint256 _amount)
AdminChanged(address previousAdmin, address newAdmin)
AlMintToggle(bool isOpen)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BeaconUpgraded(address indexed beacon)
Initialized(uint8 version)
MetaDataReleased()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PublicMintToggle(bool isOpen)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.