UnloopedERC721
Verified contract
Implementation
Active on
Base with 0 txns
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
Balances ($0.00)
No balances found for "UnloopedERC721"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "UnloopedERC721"
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
ownerOf(uint256 id) view returns (address owner)
seed(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addGraphData(address sender, string data)
approve(address spender, uint256 id)
init(struct UnloopedERC721InitParams params)
mint(address to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setAnimationUrlBase(string animationUrl)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
updateDescription(string desc)
updateImage(string img)
updateMintFee(uint256 fee)
Approval(address indexed owner, address indexed spender, uint256 indexed id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintFeeUpdated(uint256 fee)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed id)
constructor()
This contract contains no fallback and receive objects.
AlreadyInitialized()
DataNotUploaded()
MaxSupplyReached()
Unauthorized()