LuckyNFTRakeBack
Verified contract
Active on
Ethereum with 3,106 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "LuckyNFTRakeBack"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16933082 | 2 years ago | | | 0 | 0.00096259666 | |
| 16781024 | 2 years ago | | | 0 | 0.00062028164 | |
| 16752741 | 2 years ago | | | 0 | 0.0017183110 | |
| 16725665 | 2 years ago | | | 0 | 0.0018646704 | |
| 16667157 | 2 years ago | | | 0 | 0.017200825 | |
| 16667058 | 2 years ago | | | 0 | 0.0021563446 | |
| 16667049 | 2 years ago | | | 0 | 0.0055883086 | |
| 16667043 | 2 years ago | | | 0 | 0.0032699893 | |
| 16667008 | 2 years ago | | | 0 | 0.0035461454 | |
| 16667000 | 2 years ago | | | 0 | 0.0020095171 |
ABI
ABI objects
Getter at block 21313373
ETH_RAKEBACK_CALL_HASH_TYPE() view returns (bytes32)
0xc1f092d9e76f0ab8a34c58647f773258baa6271ade78681881a3ffc4e172ecab
NFT_RAKEBACK_CALL_HASH_TYPE() view returns (bytes32)
0xa67be2a3191604853275b2f565161c6d00415adc613d4e4fb1a45d6c05b8e155
depositedAmt() view returns (uint256)
0
nft() view returns (address)
0x19f636d66d7f39dc12f58e900247d899ac1cb034
open() view returns (bool)
true
owner() view returns (address)
0xecb02a729e6b15d45db13bbb7afe5f5b13eab688
signer() view returns (address)
0x3b4331d3c0e707ab067bfcf290cfa8e068b7e5be
Read-only
channelMaxMintNFT(uint256) view returns (uint256)
channelTotalMintNFT(uint256) view returns (uint256)
ethNonce(address, uint256) view returns (uint256)
nftNonce(address, uint256) view returns (uint256)
State-modifying
Events deposit() payable
ethRakeback(uint256 amount, uint256 channelId, uint256 nonce, bytes signature)
nftRakeback(address to, uint256 quantity, uint256 channelId, uint256 nonce, bytes signature)
renounceOwnership()
setChannelMaxMintNFT(uint256[] channels, uint256[] maxs)
setNFT(address _nft)
setOpen(bool open_)
setSigner(address signer_)
transferOwnership(address newOwner)
withdraw(address to, uint256 amount)
Deposit(address from, uint256 amount)
EthRakeback(address to, uint256 channelId, uint256 nonce, uint256 amount)
NftRakeback(address to, uint256 channelId, uint256 nonce, address nft, uint256 quantity, uint256[] tokenIds)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.