NFTSaleContract
Verified contract
Active on
Ethereum with 3,322 txns
Balances ($0.00)
No balances found for "NFTSaleContract"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13748932 | 3 years ago | | | 0 | 0.0032955631 | |
| 13748927 | 3 years ago | | | 0 | 0.0024351265 | |
| 13748518 | 3 years ago | | | 0.222 | 0.0093752693 | |
| 13748504 | 3 years ago | | | 0.222 | 0.013232417 | |
| 13748502 | 3 years ago | | | 1.332 | 0.031928856 | |
| 13748502 | 3 years ago | | | 0.222 | 0.012237339 | |
| 13748492 | 3 years ago | | | 0.222 | 0.012524990 | |
| 13748491 | 3 years ago | | | 0.222 | 0.011458446 | |
| 13748484 | 3 years ago | | | 0.222 | 0.011296118 | |
| 13748475 | 3 years ago | | | 0.444 | 0.014995193 |
ABI
ABI objects
Getter at block 21168347
FounderPlotNFT() view returns (address)
0x1b829b926a14634d36625e60165c0770c09d02b2
NftTreeNFT() view returns (address)
0xeaa4c58427c184413b04db47889b28b5c98ebb7b
TimelessNFT() view returns (address)
0x704bf12276f5c4bc9349d0e119027ead839b081b
owner() view returns (address)
0x229c487eaf50369e1ada49893a1ecddd4d513114
price() view returns (uint256)
222000000000000000
Read-only
This contract contains no read-only function objects.
State-modifying
Events exchange(uint256 _tokenId, uint8 e) payable
exchangeBatch(uint256[] _tokenIds, uint8[] es) payable
renounceOwnership()
setOpenPeriod(bool value)
setSaleActive(bool value)
transferOwnership(address newOwner)
updatePrice(uint256 _price)
withdraw()
ExchangeEvent(address indexed from, uint256 tokenId, uint8 e)
ExchangeEventBatch(address indexed from, uint256[] tokenId, uint8[] e)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _FounderPlotNFT, address _NftTreeNFT, address _TimelessNFT)
This contract contains no fallback and receive objects.
This contract contains no error objects.