TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 563 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
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 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15218935 | 2 years ago | | | 0 | 0.0010974432 | |
| 15100816 | 2 years ago | | | 0 | 0.0018706528 | |
| 15100399 | 2 years ago | | | 0 | 0.0023406174 | |
| 15099168 | 2 years ago | | | 0 | 0.0040738235 | |
| 15098223 | 2 years ago | | | 0 | 0.0065303942 | |
| 15097739 | 2 years ago | | | 0 | 0.0055325940 | |
| 15097239 | 2 years ago | | | 0 | 0.0066449557 | |
| 15097174 | 2 years ago | | | 0 | 0.0092921646 | |
| 15096206 | 2 years ago | | | 0 | 0.0072411562 | |
| 15096076 | 2 years ago | | | 0 | 0.010270937 |
ABI
ABI objects
Getter at block 21161098
owner() view returns (address)
0x62d6df500a243840c07df1c016c062d3ec9d5a22
paused() view returns (bool)
false
trustedSignerAddress() view returns (address)
0x362dd7315035cc74b671e6e72296afed27c89206
Read-only
addressClaimFreeToken(address address_) view returns (bool)
checkBeforeClaimBatch(address[] tokenAddresses_, uint256[] tokenIds_, uint256[] tokenAmounts_) view returns (bool[] batchCheckResult)
getWhitelistedTokenBatchData(address[] tokenAddresses_, uint256[] tokenIds_) view returns (bool[] enableList, uint256[] ethPriceList, uint256[] ethAmountList, uint256[] totalSupplyList, uint256[] totalSupplyLimitList, uint256[] perClaimLimitList, address[] royaltyAddressList)
getWhitelistedTokenData(address tokenAddress_, uint256 tokenId_) view returns (bool enable, uint256 ethPrice, uint256 ethAmount, uint256 totalSupply, uint256 totalSupplyLimit, uint256 perClaimLimit, address royaltyAddress)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimBatch(address[] tokenAddresses_, uint256[] tokenIds_, uint256[] tokenAmounts_, uint256 ethAmount_, bool isFreeClaim_, uint256 nonce_, uint256 salt_, uint256 maxBlockNumber_, bytes signature_) payable
initialize(address trustedSignerAddress_)
mintBatch(address recipient_, address[] tokenAddresses_, uint256[] tokenIds_, uint256[] tokenAmounts_)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateTrustedSignerAddress(address trustedSignerAddress_)
updateWhitelistedTokenData(address tokenAddress_, uint256 tokenId_, bool enable_, uint256 ethPrice_, uint256 totalSupplyLimit_, uint256 perClaimLimit_, address royaltyAddress_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TokenMinted(address indexed account, address[] tokenAddresses, uint256[] tokenIds, uint256[] tokenAmounts, uint256 ethAmount)
TrustedSignerAddressUpdated(address trustedSignerAddress)
Unpaused(address account)
WhitelistedTokenUpdated(address indexed tokenAddress, uint256 tokenId, bool enable, uint256 ethPrice, uint256 totalSupplyLimit, uint256 perClaimLimit, address royaltyAddress)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.