Layer3 Art Campaign: Retrospective
Verified contract
Proxy
Active on
Base with 30,176 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 "Layer3 Art Campaign: Retrospective"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21884949 | 3 days ago | | | 0 | 2.9169953e-7 | |
| 21789960 | 5 days ago | | | 0 | 1.5552600e-7 | |
| 21788599 | 5 days ago | | | 0 | 2.6356035e-7 | |
| 21771735 | 6 days ago | | | 0 | 1.7682997e-7 | |
| 21771652 | 6 days ago | | | 0 | 5.6802098e-7 | |
| 21771650 | 6 days ago | | | 0 | 5.5878995e-7 | |
| 21771455 | 6 days ago | | | 0 | 5.6774943e-7 | |
| 21771451 | 6 days ago | | | 0 | 5.6802098e-7 | |
| 21771408 | 6 days ago | | | 0 | 5.5393621e-7 | |
| 21771348 | 6 days ago | | | 0 | 5.5647485e-7 |
ABI
ABI objects
Getter at block 22023559 _description() view returns (string)
_artistName() view returns (string)
Neosutras
_assetURI() view returns (string)
https://v2-liveart.mypinata.cloud/ipfs/QmUGHkkThxgqauvyyZjRNBHSxkAY69UCgR28nGJK8mQ7Yr
_mintEndTime() view returns (uint32)
1730332800
_mintStartTime() view returns (uint32)
1727740800
_mintingPaused() view returns (bool)
false
_nftName() view returns (string)
Conscious Mind
name() view returns (string)
Layer3 Art Campaign: Retrospective
owner() view returns (address)
0x9d0000d428e3ef3e3ee0028cc8f11da4834fa720
symbol() view returns (string)
Layer3 Art Campaign: Retrospective
totalSupply() view returns (uint256)
29881
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()