SwapERC1155MCUAEUpgradeable
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
Balances ($0.00)
No balances found for "SwapERC1155MCUAEUpgradeable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "SwapERC1155MCUAEUpgradeable"
ABI
ABI objects
Getter at block 21161098
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
trustedSignerAddress() view returns (address)
0x0000000000000000000000000000000000000000
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 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_)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.