Lake Festival by Matt Perkins
Verified contract
Active on
Ethereum with 163 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Lake Festival by Matt Perkins"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20849630 | a month ago | | | 0 | 0.00045486666 | |
| 20814817 | a month ago | | | 0 | 0.0015420542 | |
| 20534226 | 2 months ago | | | 0 | 0.00040252150 | |
| 19743149 | 6 months ago | | | 0 | 0.00029381518 | |
| 19712697 | 6 months ago | | | 0 | 0.00091680160 | |
| 19670730 | 6 months ago | | | 0 | 0.00083240529 | |
| 19670714 | 6 months ago | | | 0 | 0.00098874330 | |
| 19170449 | 9 months ago | | | 0 | 0.0032062184 | |
| 19170448 | 9 months ago | | | 0 | 0.0043724384 | |
| 19127858 | 9 months ago | | | 0 | 0.0018221987 |
ABI
ABI objects
Getter at block 21077571
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
_baseUri() view returns (string)
ipfs://
_name() view returns (string)
Lake Festival by Matt Perkins
gatewayManager() view returns (address)
0x1bfe7452477accc0188c34b3a4e8e3b15bf671b0
mintingManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name() view returns (string)
Lake Festival by Matt Perkins
owner() view returns (address)
0x1c44e263714766348f4014b1fd65029531713c70
symbol() view returns (string)
VERSE
totalSupply() view returns (uint256)
200
Read-only
_balances(address) view returns (uint256)
_cids(uint256) view returns (string)
_owners(uint256) view returns (address)
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)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address operator, uint256 tokenId)
batchMintWithCreator(address[] to, address creator, uint256[] tokenIds, string[] tokenCids, address royaltyRecipient, uint256 royaltyValue)
mintWithCreator(address creator, address to, uint256 tokenId, string cid, address royaltyRecipient, uint256 royaltyValue)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setCID(uint256 tokenId, string cid)
setCIDs(uint256[] tokenIds, string[] cids_)
setGatewayManager(address gatewayManager_)
setMintingManager(address minter_)
setRoyalties(uint256 tokenId, address royaltyRecipient, uint256 royaltyValue)
setURI(string newuri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string uri_, address minter_, address gatewayManager_, string contractName_)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)