UnsellableNFTs
Verified contract
Active on
Ethereum with 2,607 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.71)
Native
Value
$6.71
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.001996 | $3,360.89 |
$6.71 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20761213 | 2 months ago | | | 0.002 | 0.00022724886 | |
| 20760814 | 2 months ago | | | 0.002 | 0.00022624251 | |
| 20760783 | 2 months ago | | | 0.002 | 0.00014525995 | |
| 20759379 | 2 months ago | | | 0.002 | 0.00016496366 | |
| 20758110 | 2 months ago | | | 0.058 | 0.0063208407 | |
| 20756610 | 2 months ago | | | 0.0021 | 0.000071204032 | |
| 20756247 | 2 months ago | | | 0.066 | 0.0084385590 | |
| 20750356 | 2 months ago | | | 0.012 | 0.0011252198 | |
| 20750229 | 2 months ago | | | 0.018 | 0.0013476036 | |
| 20736466 | 2 months ago | | | 0.014 | 0.0024030037 |
ABI
ABI objects
Getter at block 21249872
getBalance() view returns (uint256)
1996067570000000
getNftPaymentAmount() view returns (uint256)
7000000000000
getOurWalletAddress() view returns (address)
0xcc03c4ca24abab228b79fc6f98834a6e5638336a
getServiceFeeAmount() view returns (uint256)
2000000000000000
getServiceFeeCapAmount() view returns (uint256)
80000000000000000
nftPaymentAmount() view returns (uint256)
7000000000000
ourWallet() view returns (address)
0xcc03c4ca24abab228b79fc6f98834a6e5638336a
owner() view returns (address)
0x57a548dce32104ee529184d7d5b11a7e56ae37a8
paused() view returns (bool)
false
serviceFee() view returns (uint256)
2000000000000000
serviceFeeCap() view returns (uint256)
80000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events deposit() payable
pause()
renounceOwnership()
sellNfts(address[] tokenContracts, uint256[] tokenIds, uint256[] amounts) payable
setNftPaymentAmount(uint256 _nftPaymentAmount)
setOurWalletAddress(address ourWalletAddress)
setServiceFeeAmount(uint256 _serviceFee)
setServiceFeeCapAmount(uint256 _serviceFeeCap)
transferOwnership(address newOwner)
unpause()
withdrawBalance()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.