NFTEntryByERC20
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
5
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
Balances ($0.00)
No balances found for "NFTEntryByERC20"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "NFTEntryByERC20"
ABI
ABI objects
Getter at block 21303028
nftEntryAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
totalUserMintedByERC20() view returns (uint256)
0
Read-only
operators(address) view returns (bool)
whitelistERC20(address) view returns (bool)
State-modifying
Events addOperator(address operator)
initialize()
initialize(address _nftEntryAddress)
removeOperator(address operator)
renounceOwnership()
setNFTEntryAddress(address _nftEntryAddress)
setWhitelistAddress(address _address, bool approved)
transferOwnership(address newOwner)
userMintByERC20(address tokenAddress, uint256 amountToken, uint256 amountNftMint, uint256 nonce, uint256 timestamp, uint256 orderId, bytes signature)
withdrawERC20Token(address token, uint256 amount)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UserMintByERC20(address caller, address tokenAddress, uint256 amountToken, uint256 amountNftMint, uint256 orderId, uint256[] tokenId)
WithdrawERC20Token(address caller, address tokenAddress, uint256 amount)
constructor()
receive()
This contract contains no error objects.