TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 5,140 txns
Unified storage
Map
Table
Raw
Constants and immutables
3
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdaf7…cc4a
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246846 | an hour ago | | | 0 | 0.00068571508 | |
| 21079963 | 23 days ago | | | 0 | 0.0010464446 | |
| 21079861 | 23 days ago | | | 0 | 0.00084994969 | |
| 21052706 | a month ago | | | 0 | 0.00036575358 | |
| 21052653 | a month ago | | | 0 | 0.00027273450 | |
| 21052647 | a month ago | | | 0 | 0.00033090731 | |
| 20966949 | a month ago | | | 0 | 0.00076474288 | |
| 20966901 | a month ago | | | 0 | 0.00068333879 | |
| 20932957 | a month ago | | | 0 | 0.00049090684 | |
| 20892059 | 2 months ago | | | 0 | 0.00032967458 |
ABI
ABI objects
Getter at block 21247175
owner() view returns (address)
0x9189cd0baa36db375588b55f3a5c772d1620f593
registry() view returns (address)
0xdaf718c9305b7530dc8b36d78f4addc662e7cc4a
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
maxSupply(uint256 tokenId) view returns (uint256)
numberMinted(address, uint256, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenData(uint256) view returns (uint256 tokenId, uint256 totalSupply, uint256 maxSupply, uint256 publicPrice, uint256 publicStart, uint256 publicMaxMint)
tokenMintedByOwner(address owner, uint256 tokenId, uint256 phase) view returns (uint256)
totalSupply(uint256 tokenId) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events airdrop(uint256 tokenId, address[] receivers, uint256[] amount)
initialize(string metadataUri, address _registry, address _signer)
privateMint(uint256 tokenId, uint256 amount, uint256 maxMint, uint256 phase, bytes signature) payable
publicMint(uint256 tokenId, uint256 amount) payable
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setRegistry(address _registry)
setSigner(address _signer)
setTokenData(uint256 tokenId, uint256 _totalSupply, uint256 _maxSupply, uint256 publicPrice, uint256 publicStart, uint256 publicMaxMint)
setURI(string metadataUri)
transferOwnership(address newOwner)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BalanceWithdrawn(address owner, uint256 contractBalance)
Initialized(uint64 version)
MetadataUriChanged(string metadataUri)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RegistryContractChanged(address registry)
SignerAddressChanged(address signer)
StakingContractChanged(address staking)
TokenDataChanged(uint256 tokenId, uint256 totalSupply, uint256 maxSupply, uint256 publicPrice, uint256 publicStart, uint256 publicMaxMint)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(address _logic, address initialOwner, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidAdmin(address admin)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
ProxyDeniedAdminAccess()
AmountExceedsMintLimit()
ContractMintNotAllowed()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
InsufficientBalance()
InvalidInitialization()
InvalidSignature()
NotAllowed()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PublicMintNotLive()
ReentrancyGuardReentrantCall()
SoldOut()
TransferFailed()
ZeroBalance()