UnloopedERC721

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x13b7697c at 8086726
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "UnloopedERC721"

No transactions found for "UnloopedERC721"


Functions
Getter at block 22911542
 
animationUrlBase(view returns (string)
dataContract(view returns (address)
0x0000000000000000000000000000000000000000
description(view returns (string)
graphKey(view returns (bytes32)
0x7d5b61486974937e73646e9d0f4803e747d0bd164d179ec5a33ded60da9d1e43
image(view returns (string)
maxSupply(view returns (uint256)
0
mintFee(view returns (uint256)
0
minter(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
owner(view returns (address)
0x219bf2cff75b392d60978f7d0429b78385c19988
symbol(view returns (string)
totalMinted(view returns (uint256)
0
unlooped(view returns (address)
0x0000000000000000000000000000000000000000
version(view returns (string)
1
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256view returns (address)
isApprovedForAll(addressaddressview returns (bool)
ownerOf(uint256 idview returns (address owner)
seed(uint256view returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
addGraphData(address senderstring data
approve(address spenderuint256 id
init(struct UnloopedERC721InitParams params
mint(address touint256 amount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 id
safeTransferFrom(address fromaddress touint256 idbytes data
setAnimationUrlBase(string animationUrl
setApprovalForAll(address operatorbool approved
transferFrom(address fromaddress touint256 id
transferOwnership(address newOwner
updateDescription(string desc
updateImage(string img
updateMintFee(uint256 fee
Events
Approval(address indexed owneraddress indexed spenderuint256 indexed id
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
MintFeeUpdated(uint256 fee
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed id
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AlreadyInitialized(
DataNotUploaded(
MaxSupplyReached(
Unauthorized(