LiveArt NFT Studio: On-Chain Coasts Trailer
Verified contract
Proxy
Active on
Base with 30,138 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 NFT Studio: On-Chain Coasts Trailer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21825415 | 7 hours ago | | | 0 | 1.9805774e-7 | |
| 21818738 | 10 hours ago | | | 0 | 2.6962634e-7 | |
| 21806740 | 17 hours ago | | | 0 | 0.000000209592357554 | |
| 21759234 | 2 days ago | | | 0 | 0.000000209592357554 | |
| 21700123 | 3 days ago | | | 0 | 1.9798894e-7 | |
| 21586936 | 6 days ago | | | 0 | 1.9395085e-7 | |
| 21436279 | 9 days ago | | | 0 | 1.4206079e-7 | |
| 21432607 | 9 days ago | | | 0 | 2.7657671e-7 | |
| 21384676 | 10 days ago | | | 0 | 1.2455442e-7 | |
| 21364631 | 11 days ago | | | 0 | 1.2455442e-7 |
ABI
ABI objects
Getter at block 21837464
_artistName() view returns (string)
LiveArt
_assetURI() view returns (string)
https://v2-liveart.mypinata.cloud/ipfs/QmZvDCBnCqZXWs9R3kyCkgjZ8qddSkTyEetq9M9AZHPMRe
_description() view returns (string)
Celebrate LiveArt’s launch on Base with our open edition NFT for the On-Chain Coasts trailer!
_mintEndTime() view returns (uint32)
1724832000
_mintStartTime() view returns (uint32)
1723705200
_mintingPaused() view returns (bool)
false
_nftName() view returns (string)
On-Chain Coasts Trailer
name() view returns (string)
LiveArt NFT Studio: On-Chain Coasts Trailer
owner() view returns (address)
0x9d0000d428e3ef3e3ee0028cc8f11da4834fa720
symbol() view returns (string)
LiveArt NFT Studio: On-Chain Coasts Trailer
totalSupply() view returns (uint256)
29784
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()