LiveArt NFT Studio: On-Chain Coasts Trailer

Verified contract

Proxy

Active on Base with 30,155 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"

0xb6bbedf0eee75d94c001630bb91ce30db111893cd01d2ac1b1233a0c77cc9efc
0xd75e73dacd56a1cc3941002e7d81edb6691c17380a170ae0155741f574018455
0x74a8bf31e575118733e0270b7753a36ff26f0666b305eb2626de0de59b21868d
0xcab3bb2851859b234905b4de1e3a9b2a93375b26ef6f58f56c4c27a0588cdb2f
0x587684ff56bbacf53f77b67077f991fb1b648a79e8ab074e266b5bc67763b048
0xdca46fea86b02711ac4475eaea7603f49aac6342ae38474d0c138120d9b154c0
0x6d8756a745ad827918ba9244c762c7b83bd09cad149a888e0457dc32e65e7db5
0xfd1c28ff5d9762b5bbb1d8ae21b0ad911f6866609618c8b07488d821b450974f
0xa70e099e53240a54e03a329b2d6d94c50991ac278287dd6094fc560aabb31932
0x229c9024492ac35e8d6aaf0cefca2ba9d120104c5481db1c90f618c90c2f69a1

Functions
Getter at block 22753731
_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(