Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5f4e…8419
Balances ($0.00)
No balances found for "START"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21106796 | 13 days ago | | | 0 | 0.00014717580 | |
| 21106787 | 13 days ago | | | 0 | 0.00016349580 | |
| 21106781 | 13 days ago | | | 0 | 0.00015868710 | |
| 21106770 | 13 days ago | | | 0 | 0.00015387840 | |
| 21106748 | 13 days ago | | | 0 | 0.00020859840 | |
| 21070458 | 18 days ago | | | 0 | 0.00018872638 | |
| 21040334 | 23 days ago | | | 0 | 0.00026665769 | |
| 21038867 | 23 days ago | | | 0 | 0.00026962281 | |
| 20998991 | a month ago | | | 0 | 0.00019682849 | |
| 20983961 | a month ago | | | 0 | 0.0010174140 |
ABI
ABI objects
Getter at block 21202805
baseURI() view returns (string)
ipfs://bafybeif5clgp2trgum75udj6bdlne67wbvzyhsqwics7opun6wqvowrmvm/
crossMintPaused() view returns (bool)
false
currentNFT() view returns (uint256)
1099
etherMintPaused() view returns (bool)
false
getLatestPrice() view returns (int256)
315448175400
getSalePrice() view returns (uint256)
317009283294145818
limitNFT() view returns (uint256)
1099
name() view returns (string)
START
owner() view returns (address)
0x36e308662a96bfadde43f2e60d08407610e447a2
paused() view returns (bool)
false
referralPaused() view returns (bool)
true
salePaused() view returns (bool)
false
salePrice() view returns (uint16)
1000
stableCoinMintPaused() view returns (bool)
false
symbol() view returns (string)
START
totalSupply() view returns (uint256)
1099
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getNFTsByUserAddress(address _user) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
referrerByAddress(address) view returns (uint256 referredCount, uint256 alreadyClaimed)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimReward()
crossMintSale(address _to, uint16 _amount, address _referral) payable
gift(address _to, uint16 _amount)
initMint(uint256 _limit, uint16 _salePrice)
mintSale(uint16 _amount, address _referral) payable
mintSaleStableCoin(uint16 _amount, address _referral)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setCrossMintAddress(address _newCrossMintAddress)
setPriceFeed(address _newPriceFeed)
setRecipient(address _newRecipient)
setSalePrice(uint16 _newPrice)
setStableCoin(address _newStableCoin)
toggleCrossMintPaused()
toggleEtherMintPaused()
toggleReferralPaused()
toggleSalePaused()
toggleStableCoinMintPaused()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ChainlinkUpdated(address addressPriceFeed)
InitializedMint(uint256 tokenId, uint256 limit, uint16 salePrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseUpdated(bool paused)
Paused(address account)
PriceUpdated(uint16 salePrice)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _baseURI, address _stableCoin, address _recipient, address _priceFeed)
This contract contains no fallback and receive objects.
This contract contains no error objects.