NFTWrapper
Verified contract
Active on
Ethereum with 1,996 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 "NFTWrapper"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14622290 | 3 years ago | | | 0.16 | 0.0046520813 | |
| 14532535 | 3 years ago | | | 0.08 | 0.0082916265 | |
| 14532530 | 3 years ago | | | 0.4 | 0.026575018 | |
| 14532525 | 3 years ago | | | 0.8 | 0.057760556 | |
| 14532516 | 3 years ago | | | 0.16 | 0.013582510 | |
| 14532515 | 3 years ago | | | 0.16 | 0.012425672 | |
| 14532508 | 3 years ago | | | 0.08 | 0.0093826321 | |
| 14532504 | 3 years ago | | | 0.16 | 0.016834832 | |
| 14532502 | 3 years ago | | | 0.24 | 0.020536103 | |
| 14532499 | 3 years ago | | | 0.16 | 0.012944660 |
ABI
ABI objects
Getter at block 21320134
currentAllMint() view returns (uint256)
4804
maxAllMint() view returns (uint256)
7190
maxBalance() view returns (uint256)
9000
maxMint() view returns (uint256)
8000
orignalNFT() view returns (address)
0x5c2877fb8992d22b8d764e7d799b7f89d8130ecb
owner() view returns (address)
0xc53579ed51ee7bc67eb8056e596edb192a59a246
publicmintmode() view returns (bool)
true
registerpause() view returns (bool)
true
Read-only
CanWLPurchase(address purchaser) view returns (bool)
IsCallerSignedbySignAdmin(bytes signature) view returns (bool)
RecoverSignerFromCallerAndSign(bytes signature) view returns (address)
amountMinted(address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
whitelist(address) view returns (bool)
State-modifying
Events SelfRegisterWL(bytes signature)
SetSigner(address signerin)
addBulkWhitelist(address[] _whitelist)
addWhitelist(address _whitelist)
purchase(uint256 _count) payable returns (uint256 _tokenId)
purchaseTo(address _user, uint256 _count) payable returns (uint256 _tokenId)
register_and_purchase(uint256 _count, bytes signature) payable returns (uint256 _tokenId)
renounceOwnership()
revokeWhitelist(address _whitelist)
setMaxAllMint(uint256 _maxAllMint)
setMaxBalance(uint256 _maxBalance)
setMaxMints(uint256 _maxMint)
setOrignalNFT(address _orignalNFT)
setPublicMintMode(bool publicmintmodein)
setregisterpause(bool pausein)
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _maxMint, address _orignalNFT, uint256 _maxBalance)
This contract contains no fallback and receive objects.
This contract contains no error objects.