LiveArt Summer'24
Verified contract
Proxy
Active on
Base with 20,946 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
Balances ($0.00)
No balances found for "LiveArt Summer'24"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23059202 | 2 hours ago | | | 0 | 0.0000017779332 | |
| 22845406 | 5 days ago | | | 0 | 8.6014765e-7 | |
| 22671125 | 9 days ago | | | 0 | 0.0000014515384 | |
| 22643161 | 10 days ago | | | 0 | 0.000000408991100000 | |
| 22629453 | 10 days ago | | | 0 | 0.0000013186602 | |
| 22432721 | 15 days ago | | | 0 | 4.2735795e-7 | |
| 22411043 | 15 days ago | | | 0 | 0.0000013782194 | |
| 22393794 | 15 days ago | | | 0 | 9.3315600e-7 | |
| 22367716 | 16 days ago | | | 0 | 0.0000012272500 | |
| 22202148 | 20 days ago | | | 0 | 8.2709720e-7 |
ABI
ABI objects
Getter at block 23062556
_artistName() view returns (string)
LiveArt
_assetURI() view returns (string)
https://v2-liveart.mypinata.cloud/ipfs/Qmd5GudsQaA8T5xAqS7JUFrQBH9DUfYmh7oCDaCPDhX89a
_description() view returns (string)
Mint to show your support for art onchain and celebrate the launch of LiveArt's new collection!.
_mintEndTime() view returns (uint32)
1725969600
_mintStartTime() view returns (uint32)
1724697035
_mintingPaused() view returns (bool)
false
_nftName() view returns (string)
LiveArt Summer'24
name() view returns (string)
LiveArt Summer'24
owner() view returns (address)
0x9d0000d428e3ef3e3ee0028cc8f11da4834fa720
symbol() view returns (string)
LiveArt Summer'24
totalSupply() view returns (uint256)
20599
Read-only
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events adminMint(address to, uint256 quantity)
approve(address to, uint256 tokenId)
initialize(string name, string symbol, string asset)
mint()
pauseMint()
renounceOwnership()
resumeMint()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setAssetURI(string assetURI)
setMetadataProperties(string nftName, string artistName, string description)
setMintDuration(uint32 startTime, uint32 endTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint8 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address beacon, bytes data)
fallback()
receive()
MintingNotEnabled()
TokenAlreadyMinted()
TokenNotFound()