NFTWrapperTwo
Verified contract
Active on
Ethereum with 32 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,164.33)
Native
Value
$3,164.33
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.02 | $3,102.28 |
$3,164.33 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15185236 | 2 years ago | | | 0 | 0.0030936688 | |
| 15185212 | 2 years ago | | | 0 | 0.0034940178 | |
| 15185205 | 2 years ago | | | 0 | 0.0034147794 | |
| 14914917 | 2 years ago | | | 0 | 0.0077330998 | |
| 14882982 | 2 years ago | | | 0 | 0.026903492 | |
| 14830009 | 2 years ago | | | 0 | 0.045897126 | |
| 14821401 | 2 years ago | | | 0 | 0.0031323900 | |
| 14820526 | 2 years ago | | | 0 | 0.0045253265 | |
| 14819486 | 2 years ago | | | 0 | 0.021435679 | |
| 14818938 | 2 years ago | | | 0 | 0.0036690207 |
ABI
ABI objects
Getter at block 21205510
maxBalance() view returns (uint256)
500
maxMint() view returns (uint256)
26
mintCost() view returns (uint256)
10000000000000000
orignalNFT() view returns (address)
0x5c2877fb8992d22b8d764e7d799b7f89d8130ecb
owner() view returns (address)
0x372f53ef4f602b22a7a6eeac10bbd8f538832f42
Read-only
amountMinted(address) view returns (uint256)
balanceOf(address _userAddress) view returns (uint256 balance)
whitelist(address) view returns (bool)
whitelistAmount(address) view returns (uint256)
State-modifying
Events addWhitelist(address[] _whitelist, uint256 _amount)
mint(uint256 _count) returns (uint256 _tokenId)
renounceOwnership()
revokeWhitelist(address _whitelist)
setMaxBalance(uint256 _maxBalance)
setMaxMints(uint256 _maxMint)
setMintCost(uint256 _mintCost)
setOrignalNFT(address _orignalNFT)
transferOwnership(address newOwner)
withdrawBalance()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(uint256 _maxMint, address _orignalNFT, uint256 _maxBalance, uint256 _mintCost)
receive()
This contract contains no error objects.