NftSale
Verified contract
Active on
Ethereum with 5,422 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xd3db…0590
0x4cd0…bc76
Balances ($0.00)
No balances found for "NftSale"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13621034 | 3 years ago | | | 0.3 | 0.0053696951 | |
| 13512819 | 3 years ago | | | 0.3 | 0.0050078063 | |
| 13483686 | 3 years ago | | | 0.3 | 0.0030433206 | |
| 13482495 | 3 years ago | | | 0.3 | 0.0029764320 | |
| 13475140 | 3 years ago | | | 0.3 | 0.0020446812 | |
| 13474302 | 3 years ago | | | 0.4 | 0.0017757525 | |
| 13471326 | 3 years ago | | | 0.3 | 0.0015783002 | |
| 13471208 | 3 years ago | | | 0.6 | 0.0014904216 | |
| 13469974 | 3 years ago | | | 0.3 | 0.0025641968 | |
| 13469426 | 3 years ago | | | 0.3 | 0.0016852609 |
ABI
ABI objects
Getter at block 21262185
FINAL_PRICE() view returns (uint256)
300000000000000000
INITIAL_PRICE() view returns (uint256)
3300000000000000000
MAX_NFT_TO_SELL() view returns (uint256)
7444
MAX_UNITS_PER_TRANSACTION() view returns (uint256)
5
PRICE_DROP() view returns (uint256)
100000000000000000
PRICE_DROP_TIME() view returns (uint256)
300
START_TIME() view returns (uint256)
1634853600
getCurrentPrice() view returns (uint256)
300000000000000000
nft() view returns (address)
0x4cd0ea8b1bdb5ab9249d96ccf3d8a0d3ada2bc76
owner() view returns (address)
0x142581fda5769fe7f8d3b50794dbda454da4f3ac
receiver() view returns (address)
0xd3db8094b50f2f094d164c1131bb9e604dfe0590
tokensSold() view returns (uint256)
7444
Read-only
getPriceOnTime(uint256 _time) pure returns (uint256)
State-modifying
Events buyBatch(uint256 _amount) payable
cashOut(address _to)
renounceOwnership()
transferOwnership(address newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _nftAddress, address _receiverAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.