TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,589 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
-
variable spans 4 additional slots
-
variable spans 4 additional slots
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14915746 | 2 years ago | | | 0 | 0.0021367202 | |
| 14902676 | 2 years ago | | | 0 | 0.00093836515 | |
| 14902643 | 2 years ago | | | 0 | 0.0055301303 | |
| 14902636 | 2 years ago | | | 0 | 0.011708926 | |
| 14902553 | 2 years ago | | | 0 | 0.0084965650 | |
| 14901916 | 2 years ago | | | 0 | 0.0070929515 | |
| 14901744 | 2 years ago | | | 0 | 0.0098155098 | |
| 14901402 | 2 years ago | | | 0 | 0.0064159332 | |
| 14901374 | 2 years ago | | | 0 | 0.011749485 | |
| 14901068 | 2 years ago | | | 0 | 0.010490903 |
ABI
ABI objects
Getter at block 21313748
currentStageId() view returns (uint256)
0
erc721KeyPassAddress() view returns (address)
0x6812f8fcebe860c9231b210f1036a43da98527af
freePlanInfo() view returns (uint256 tokenAmount, uint256 tokenAmountLimit, uint256 tokenPrice, uint256 tokenPerClaimLimit, uint256 ethAmount)
(tokenAmount=524, tokenAmountLimit=751, tokenPrice=0, tokenPerClaimLimit=0, ethAmount=0)
owner() view returns (address)
0x62d6df500a243840c07df1c016c062d3ec9d5a22
paidPlanInfo() view returns (uint256 tokenAmount, uint256 tokenAmountLimit, uint256 tokenPrice, uint256 tokenPerClaimLimit, uint256 ethAmount)
(tokenAmount=1119, tokenAmountLimit=1119, tokenPrice=197100000000000000, tokenPerClaimLimit=1, ethAmount=220554900000000000000)
paused() view returns (bool)
false
trustedSignerAddress() view returns (address)
0x362dd7315035cc74b671e6e72296afed27c89206
Read-only
checkBeforeClaim(address address_, bool isWhitelisted_) view returns (bool shouldBeFreeClaim, uint256 tokenPerClaimLimit, uint256 tokenPrice)
getAddressClaimInfo(address address_) view returns (uint256 freeTokens, uint256 paidTokens)
getStageInfo(uint256 stageId_) view returns (bool mintingEnabled, bool whitelistRequired, bool firstClaimFree, uint256 ethAmount, uint256 totalClaimedFreeTokens, uint256 totalClaimedPaidTokens)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
claimToken(bool isWhitelisted_, bool isFreeClaim_, uint256 ethAmount_, uint256 tokenAmount_, uint256 nonce_, uint256 salt_, uint256 maxBlockNumber_, bytes signature_) payable
ethWithdrawal(address recipient_)
initialize(address erc721KeyPassAddress_, address trustedSignerAddress_, uint256 freeTokenAmountLimit_, uint256 paidTokenAmountLimit_, uint256 paidTokenPrice_)
pause()
renounceOwnership()
transferOwnership(address newOwner)
unpause()
updateCurrentStageId(uint256 stageId_)
updatePlanConfig(uint256 freeTokenAmountLimit_, uint256 paidTokenAmountLimit_, uint256 paidTokenPrice_)
updateStage(uint256 stageId_, bool mintingEnabled_, bool whitelistRequired_, bool firstMintFree_)
updateTrustedSignerAddress(address trustedSignerAddress_)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
CurrentStageUpdated(uint256 stageId)
EthWithdrawal(address account, uint256 ethAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PlanConfigUpdated(uint256 freeTokenAmountLimit, uint256 paidTokenAmountLimit, uint256 paidTokenPrice)
StageUpdated(uint256 stageId, bool mintingEnabled, bool whitelistRequired, bool firstMintFree)
TokenClaimed(uint256 stageId, address indexed account, uint256 tokenAmount, uint256 ethAmount)
TrustedSignerAddressUpdated(address trustedSignerAddress)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.