Infinity NFT
Verified contract
Active on
Ethereum with 95 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 "Infinity NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20506931 | 4 months ago | | | 0 | 0.000046521488 | |
| 20506931 | 4 months ago | | | 0 | 0.000044175118 | |
| 18370248 | a year ago | | | 0 | 0.00038256637 | |
| 16990232 | 2 years ago | | | 0 | 0.00097040941 | |
| 16903445 | 2 years ago | | | 0 | 0.00081308615 | |
| 16845951 | 2 years ago | | | 0 | 0.00098516633 | |
| 16845927 | 2 years ago | | | 0 | 0.00090377483 | |
| 16674148 | 2 years ago | | | 0 | 0.0013752670 | |
| 16674094 | 2 years ago | | | 0 | 0.0016412513 | |
| 16617679 | 2 years ago | | | 0 | 0.0010413607 |
ABI
ABI objects
Getter at block 21302818
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseURI() view returns (string)
https://ipfs.rensoriginal.com/fusion/
name() view returns (string)
Infinity NFT
owner() view returns (address)
0x42d9f8389dff1c8ce1f9a9fa238d578005426bcd
symbol() view returns (string)
INF
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 approve(address operator, uint256 tokenId)
burn(uint256 tokenId)
mint(address recipient, uint256 tokenId)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setOperators(address[] users, bool remove)
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 baseURI_)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)