AirdropFlashLoanReceiverV3
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "AirdropFlashLoanReceiverV3"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AirdropFlashLoanReceiverV3"
ABI
ABI objects
Getter at block 21184222
VERSION() view returns (uint256)
3
bnftRegistry() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
airdropClaimRecords(bytes32) view returns (bool)
encodeFlashLoanParams(uint256[] airdropTokenTypes, address[] airdropTokenAddresses, uint256[] airdropTokenIds, address airdropContract, bytes airdropParams, uint256 ethValue) pure returns (bytes)
getAirdropClaimRecord(address initiator, address nftAsset, uint256[] nftTokenIds, bytes params) view returns (bool)
getClaimKeyHash(address initiator, address nftAsset, uint256[] nftTokenIds, bytes params) pure returns (bytes32)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approveERC1155ForAll(address token, address operator, bool approved)
approveERC20(address token, address spender, uint256 amount)
approveERC721(address token, address operator, uint256 tokenId)
approveERC721ForAll(address token, address operator, bool approved)
callMethod(address targetContract, bytes callParams, uint256 ethValue) payable
executeOperation(address nftAsset, uint256[] nftTokenIds, address initiator, address operator, bytes params) returns (bool)
initialize(address owner_, address bnftRegistry_)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceOwnership()
transferERC1155(address token, uint256 id, uint256 amount)
transferERC20(address token, uint256 amount)
transferERC721(address token, uint256 id)
transferEther(uint256 amount)
transferOwnership(address newOwner)
ApproveERC1155ForAll(address indexed token, address indexed operator, bool approved)
ApproveERC20(address indexed token, address indexed spender, uint256 amount)
ApproveERC721(address indexed token, address indexed operator, uint256 amount)
ApproveERC721ForAll(address indexed token, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
This contract contains no constructor objects.
receive()
This contract contains no error objects.