SwapERC721KeyPassUAEUpgradeable
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
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 "SwapERC721KeyPassUAEUpgradeable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SwapERC721KeyPassUAEUpgradeable"
ABI
ABI objects
Getter at block 21315504
currentStageId() view returns (uint256)
0
erc721KeyPassAddress() view returns (address)
0x0000000000000000000000000000000000000000
freePlanInfo() view returns (uint256 tokenAmount, uint256 tokenAmountLimit, uint256 tokenPrice, uint256 tokenPerClaimLimit, uint256 ethAmount)
(tokenAmount=0, tokenAmountLimit=0, tokenPrice=0, tokenPerClaimLimit=0, ethAmount=0)
owner() view returns (address)
0x0000000000000000000000000000000000000000
paidPlanInfo() view returns (uint256 tokenAmount, uint256 tokenAmountLimit, uint256 tokenPrice, uint256 tokenPerClaimLimit, uint256 ethAmount)
(tokenAmount=0, tokenAmountLimit=0, tokenPrice=0, tokenPerClaimLimit=0, ethAmount=0)
paused() view returns (bool)
false
trustedSignerAddress() view returns (address)
0x0000000000000000000000000000000000000000
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 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_)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.