Lyrical Lemonade
Verified contract
Active on
Ethereum with 2,701 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "Lyrical Lemonade"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21012461 | a month ago | | | 0 | 0.00052380531 | |
| 20965976 | a month ago | | | 0 | 0.0010201627 | |
| 20728116 | 2 months ago | | | 0 | 0.00032005381 | |
| 20724216 | 2 months ago | | | 0 | 0.00014738264 | |
| 20675090 | 2 months ago | | | 0 | 0.000053477275 | |
| 20675060 | 2 months ago | | | 0 | 0.000057696979 | |
| 20531342 | 3 months ago | | | 0 | 0.00015535870 | |
| 20364888 | 4 months ago | | | 0 | 0.00029584414 | |
| 20364867 | 4 months ago | | | 0 | 0.00032856727 | |
| 20337068 | 4 months ago | | | 0 | 0.00027049856 |
ABI
ABI objects
Getter at block 21204698
MAX_SUPPLY() view returns (uint256)
500
PRICE() view returns (uint256)
500000000000000000
_isActive() view returns (bool)
true
_presaleActive() view returns (bool)
true
amountForTeam() view returns (uint256)
50
maxPresale() view returns (uint256)
1
maxPublicTx() view returns (uint256)
1
name() view returns (string)
Lyrical Lemonade
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0xf25b04f1a6b39d1ac99cb0012571d13308a19668
preSaleRoot() view returns (bytes32)
0x97b576a0622fb8947aa5b5ddc2c60bfc11fd0014b382ea1ed7ccc0fb4f5934d2
publicRoot() view returns (bytes32)
0xe89f3060fa212ed961b1c77ffeb590c8ab81e3c93ef5074db417bb4b26a74975
symbol() view returns (string)
LYRICAL
totalReleased() view returns (uint256)
227000000000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256)
500
Read-only
_preSaleListCounter(address) view returns (uint8)
_teamCounter(address) view returns (uint256)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
totalReleased(address token) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
internalMint(uint256 quantity, address to)
mintPreSaleTokens(uint8 quantity, bytes32[] _merkleProof) payable
publicSaleMint(uint256 quantity, bytes32 _suppliedRoot, bytes32[] _merkleProof, bytes32[] _passProof, string _hash) payable
release(address account)
release(address token, address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxPresale(uint256 _maxPresale)
setPreSaleRoot(bytes32 _root)
setPresaleActive(bool isActive)
setPublicRoot(bytes32 _root)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, uint256 _maxBatchsize, uint256 collectionSize_, address[] payees, uint256[] shares)
receive()
This contract contains no error objects.