LiveArt NFT Studio: On-Chain Coasts Trailer

Verified contract

Proxy

Active on Base with 30,138 txns
Deployed by via 0xf977a8eb at 18431216
Slot
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

No balances found for "LiveArt NFT Studio: On-Chain Coasts Trailer"

0x82b9a9f966f86c5e7b6b893b967a7b46a87b0299dc1ec3bad6f94df209682fdc
0x428f84e059755eb0405d12d62c43e9c5b025c9af29e7f0c5fa9ee3ac2904c0ea
0x340ce36bcfccdf1cb9c18e97e09341723d6b10af2a34aa0a669d61699d794d49
0x6b8028ea6052a475fb558df416777768eccf4e3eb182dc23140492ebe937cf45
0xf43f03be2576e87ba3bf6a3b1ebab1d7362fc62e843f713e382beee80bb77990
0x53c1b74d7a94ac1c715f781a0f379619a0a90415dfb53b63f51d3852999968f6
0x3443d3ee5e5049213e426ad8d421f3149ea5ab428e35009ed260c9a70c75743f
0xf57a2dea93921e5389f6282ea0397935415d96a71996d964ec5b7bf00424958d
0x11a5ef5a1165ed3c990d7b8d0b24a2d35ff6bb3682239012f665eea64ce323ff
0x07fd04ec3c0450eb4300b312c63e92e7b11c0cc8fa15db524fc86ef91f38abe7

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
adminMint(address touint256 quantity
approve(address touint256 tokenId
initialize(string namestring symbolstring asset
mint(
pauseMint(
renounceOwnership(
resumeMint(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes data
setApprovalForAll(address operatorbool approved
setAssetURI(string assetURI
setMetadataProperties(string nftNamestring artistNamestring description
setMintDuration(uint32 startTimeuint32 endTime
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Initialized(uint8 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(address beaconbytes data
Fallback and receive
fallback(
receive(
Errors
MintingNotEnabled(
TokenAlreadyMinted(
TokenNotFound(