SaleAaaaaNFTV2
Verified contract
Active on
Ethereum with 34 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UTOPIA | ERC-721 | 1 | -- | -- | |
UTOPIA | ERC-721 | 1 | -- | -- | |
UTOPIA | ERC-721 | 1 | -- | -- | |
UTOPIA | ERC-721 | 1 | -- | -- | |
UTOPIA | ERC-721 | 1 | -- | -- | |
UTOPIA | ERC-721 | 1 | -- | -- | |
UTOPIA | ERC-721 | 1 | -- | -- | |
UTOPIA | ERC-721 | 1 | -- | -- | |
UTOPIA | ERC-721 | 1 | -- | -- | |
UTOPIA | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16619188 | 2 years ago | | | 0 | 0.00095963508 | |
| 16619177 | 2 years ago | | | 0 | 0.0010042033 | |
| 16619165 | 2 years ago | | | 0 | 0.0011213651 | |
| 16619134 | 2 years ago | | | 0 | 0.00060534719 | |
| 16619083 | 2 years ago | | | 0.3 | 0.0029439631 | |
| 16619070 | 2 years ago | | | 0 | 0.00066876033 | |
| 16591169 | 2 years ago | | | 0 | 0.00058004487 | |
| 16583878 | 2 years ago | | | 0.2 | 0.0031823145 | |
| 16583874 | 2 years ago | | | 0 | 0.0014161221 | |
| 16583861 | 2 years ago | | | 0 | 0.0013081472 |
ABI
ABI objects
Getter at block 21320166
allowlistMerkleRoot() view returns (bytes32)
0x7d1b9e75c95b22da5c5a3240f4259e654f55191bceef3771fca84518d3f86cbb
currentPhaseId() view returns (uint8)
0
getLatestPrice() view returns (int256)
366288213600
owner() view returns (address)
0x2d8ace61cffc64cac71b2608e7ce9d68db3291bc
phasesInfoLength() view returns (uint256)
3
priceFeed() view returns (address)
0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419
treasuryAddr() view returns (address)
0xb0e5b883f8c8bf40e644eef0374a87cc8db277f7
utopia() view returns (address)
0xc2583cd8893c10e99ca5671dbbe14df8a85f946b
Read-only
allowedToBuyWithCreditCard(address) view returns (bool)
checkMerkleProof(bytes32[] _merkleProof, address _to) view returns (bool)
phasesInfo(uint256) view returns (uint256 priceInUSDPerNFT, uint256 priceInUSDPerNFTWithoutWhiteList, uint256 maxTotalSales, uint256 maxSalesPerWallet, bool whiteListRequired, bool phasePriceInUSD, uint256 priceInWeiPerNFT, uint256 priceInWeiPerNFTWithoutWhiteList)
phasesTotalSales(uint256) view returns (uint256)
phasesWalletSales(uint256, address) view returns (uint256)
State-modifying
Events addPhase(uint256 _priceInUSDPerNFT, uint256 _priceInUSDPerNFTWithoutWhiteList, uint256 _maxTotalSales, uint256 _maxSalesPerWallet, bool _whiteListRequired, bool _phasePriceInUSD, uint256 _priceInWeiPerNFT, uint256 _priceInWeiPerNFTWithoutWhiteList)
buy(uint256 _quantity, address _to, bytes32[] _merkleProof) payable
buyWithCreditCard(uint256 _quantity, address _to)
changePriceFeedAddress(address _priceFeedAddress)
editPhase(uint8 _phaseId, uint256 _priceInUSDPerNFT, uint256 _priceInUSDPerNFTWithoutWhiteList, uint256 _maxTotalSales, uint256 _maxSalesPerWallet, bool _whiteListRequired, bool _phasePriceInUSD, uint256 _priceInWeiPerNFT, uint256 _priceInWeiPerNFTWithoutWhiteList)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
recoverERC20(address tokenAddress, uint256 tokenAmount)
recoverERC721TransferFrom(address nftAddress, address to, uint256 tokenId)
renounceOwnership()
setAddressToBuyWithCreditCardAllowed(address _account, bool _canBuy)
setAllowlistMerkleRoot(bytes32 _allowlistMerkleRoot)
setCurrentPhase(uint8 _currentPhaseId)
setTreasury(address _treasuryAddr)
transferGuardedNfts(uint256[] tokensId, address[] addresses)
transferOwnership(address newOwner)
withdrawMoney()
AddPhase(uint256 indexed _priceInUSDPerNFT, uint256 indexed _priceInUSDPerNFTWithoutWhiteList, uint256 _maxTotalSales, uint256 _maxSalesPerWallet, bool _whiteListRequired, bool _phasePriceInUSD, uint256 _priceInWeiPerNFT, uint256 _priceInWeiPerNFTWithoutWhiteList)
Buy(uint256 indexed quantity, address indexed to)
BuyWithCreditCard(uint256 indexed quantity, address indexed to)
ChangeCurrentPhase(uint8 indexed _phaseId)
ChangePriceFeedAddress(address indexed _priceFeedAddress)
EditPhase(uint8 indexed _phaseId, uint256 indexed _priceInUSDPerNFT, uint256 _priceInUSDPerNFTWithoutWhiteList, uint256 _maxTotalSales, uint256 _maxSalesPerWallet, bool _whiteListRequired, bool _phasePriceInUSD, uint256 _priceInWeiPerNFT, uint256 _priceInWeiPerNFTWithoutWhiteList)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetAddressToBuyWithCreditCardAllowed(address indexed _account, bool indexed _canBuy)
SetAllowlistMerkleRoot(bytes32 indexed _allowlistMerkleRoot)
SetTreasury(address indexed _treasuryAddr)
WithdrawMoney()
constructor(address _utopia, address _treasuryAddr, address _priceFeedAddress, uint8 _currentPhaseId)
This contract contains no fallback and receive objects.
This contract contains no error objects.