Lean Into The Wind
Verified contract
Active on
Ethereum with 1,680 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Lean Into The Wind"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20882726 | 2 months ago | | | 0 | 0.00010646962 | |
| 20878640 | 2 months ago | | | 0 | 0.00058419058 | |
| 20652045 | 3 months ago | | | 0 | 0.000046958870 | |
| 20643955 | 3 months ago | | | 0 | 0.000072686655 | |
| 20607567 | 3 months ago | | | 0 | 0.000058688604 | |
| 20606238 | 3 months ago | | | 0 | 0.000059619685 | |
| 20519516 | 3 months ago | | | 0 | 0.000096850708 | |
| 20453040 | 4 months ago | | | 0 | 0.000026673000 | |
| 20444454 | 4 months ago | | | 0 | 0.000068928040 | |
| 20443280 | 4 months ago | | | 0 | 0.00019234649 |
ABI
ABI objects
Getter at block 21246379
baseURI() view returns (string)
ipfs://QmUV7ZBoz8NbifcyYKcLPErkxMieastSPtgzfE9sdp2c2h/
maxPerOG() view returns (uint256)
2
maxPerWL() view returns (uint256)
3
maxSupply() view returns (uint256)
3333
name() view returns (string)
Lean Into The Wind
notRevealedURI() view returns (string)
https://ipfs.io/ipfs/QmbQoqdgJnRr4J3RMkW8AmLRbGpnuQfeKFwT3Q8UVbiEae/hidden.json
owner() view returns (address)
0x93d8f2ea71fd91ad9181d4cc65cccd1588ffeae6
publicPrice() view returns (uint256)
3000000000000000
revealed() view returns (bool)
true
saleStatus() view returns (uint8)
4
symbol() view returns (string)
LITW
totalSupply() view returns (uint256 result)
3333
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership ownership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
publicMintedPerwallet(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events airdrop(address[] accounts, uint256[] amounts)
approve(address to, uint256 tokenId) payable
ogMint(bytes32[] proof, uint256 amount)
pubListMint(bytes32[] proof, uint256 amount) payable
publicMint(uint256 amount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMaxPerOG(uint256 _maxPerOG)
setMaxPerWL(uint256 _maxPerWL)
setNotRevealedURI(string _notRevealedURI)
setOGMintOn()
setPubListMintOn()
setPublicMintOn()
setUriSuffix(string _uriSuffix)
setWhiteListMintOn()
setWhitelistRoot(bytes32 _root)
switchReveal()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
turnSalesOff()
updateMaxSupply(uint256 _maxSupply)
updatePublicPrice(uint256 _newPrice)
whiteListMint(bytes32[] proof, uint256 amount)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ArraysDontMatch()
AttemptedMaxSupplyIncrease()
BalanceQueryForZeroAddress()
InvalidEthValueSent()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
MintedOut()
MintingTooMany()
NotCompatibleWithSpotMints()
NotWhitelisted()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SaleNotStarted()
SequentialMintExceedsLimit()
SequentialUpToTooSmall()
SoldOut()
SpotMintTokenIdTooSmall()
TokenAlreadyExists()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WhitelistUnavailable()