FujiERC1155
Verified contract
Active on
Ethereum with 40 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 "FujiERC1155"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17611983 | a year ago | | | 0 | 0.00064632199 | |
| 17089859 | 2 years ago | | | 0 | 0.0025651890 | |
| 17011202 | 2 years ago | | | 0 | 0.00052158828 | |
| 16123835 | 2 years ago | | | 0 | 0.00035297686 | |
| 15890609 | 2 years ago | | | 0 | 0.00082012859 | |
| 15890601 | 2 years ago | | | 0 | 0.00088337064 | |
| 15829942 | 2 years ago | | | 0 | 0.00056497761 | |
| 15381641 | 2 years ago | | | 0 | 0.00021249233 | |
| 15160471 | 2 years ago | | | 0 | 0.00043758603 | |
| 15160471 | 2 years ago | | | 0 | 0.00076134444 |
ABI
ABI objects
Getter at block 21225812
owner() view returns (address)
0x0e1484c9a9f9b31ff19300f082e843415a575f4f
qtyOfManagedAssets() view returns (uint64)
6
transfersActive() view returns (bool)
false
Read-only
addrPermit(address) view returns (bool)
assetIDs(uint8, address) view returns (uint256)
assetIDtype(uint256) view returns (uint8)
balanceOf(address _account, uint256 _assetID) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getAssetID(uint8 _type, address _addr) view returns (uint256 id)
indexes(uint256) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
scaledBalanceOf(address _account, uint256 _assetID) view returns (uint256)
scaledTotalSupply(uint256 _assetID) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 _assetID) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events addInitializeAsset(uint8 _type, address _addr) returns (uint64)
burn(address _account, uint256 _id, uint256 _amount)
burnBatch(address _account, uint256[] _ids, uint256[] _amounts)
mint(address _account, uint256 _id, uint256 _amount, bytes _data)
mintBatch(address _to, uint256[] _ids, uint256[] _amounts, bytes _data)
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)
setPermit(address _address, bool _permit)
setURI(string _newUri)
transferOwnership(address newOwner)
updateState(uint256 _assetID, uint256 newBalance)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.