Fee1155NFTLockable
Verified contract
Active on
Ethereum with 8,385 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2c59…ea4e
Balances ($0.00)
No balances found for "Fee1155NFTLockable"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21165431 | 20 hours ago | | | 0 | 0.00093924344 | |
| 21163637 | a day ago | | | 0 | 0.00068071754 | |
| 21163178 | a day ago | | | 0 | 0.00059924489 | |
| 21163113 | a day ago | | | 0 | 0.00056128070 | |
| 21162858 | a day ago | | | 0 | 0.00052397468 | |
| 21161977 | a day ago | | | 0 | 0.00064130421 | |
| 21156009 | 2 days ago | | | 0 | 0.00058146489 | |
| 21151234 | 3 days ago | | | 0 | 0.00059718841 | |
| 21151033 | 3 days ago | | | 0 | 0.00071002826 | |
| 21132792 | 5 days ago | | | 0 | 0.00077421370 |
ABI
ABI objects
Getter at block 21171424
feeOwner() view returns (address)
0x2c59014ba32d03a4cfee7aa2d8daf902fee9ea4e
locked() view returns (bool)
false
metadataUri() view returns (string)
https://superfarm-metadata.s3.amazonaws.com/SuperFarm/{id}.json
nextItemGroupId() view returns (uint256)
6499
owner() view returns (address)
0x8b61187300ba3808a46daff96957783ee43d10e4
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
version() view returns (uint256)
1
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address _owner, address _operator) view returns (bool isOperator)
itemGroupSizes(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events createNFT(address recipient, uint256[] ids, uint256[] amounts, bytes data) returns (uint256)
lock()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string _uri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ItemGroupCreated(uint256 itemGroupId, uint256 itemGroupSize, address indexed creator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string _uri, address _feeOwner, address _proxyRegistryAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.