Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x5991…6601
Balances ($0.00)
No balances found for "RAW"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21045051 | 24 days ago | | | 0 | 0.00027580038 | |
| 21045036 | 24 days ago | | | 0 | 0.00034860551 | |
| 20937680 | a month ago | | | 0 | 0.00062003806 | |
| 20809267 | 2 months ago | | | 0 | 0.00049372595 | |
| 20143969 | 5 months ago | | | 0 | 0.00014065480 | |
| 20008153 | 6 months ago | | | 0 | 0.00037044990 | |
| 19056839 | 10 months ago | | | 0 | 0.00070913709 | |
| 18983202 | 10 months ago | | | 0 | 0.0012578240 | |
| 18906793 | a year ago | | | 0 | 0.00078049627 | |
| 18906389 | a year ago | | | 0 | 0.00090035002 |
ABI
ABI objects
Getter at block 21220376
auth() view returns (address)
0xc588085abc02e4cd8b76abe62717656365f9fb19
eon() view returns (address)
0x0e74417b5a86bb99e6bd27cd4ef8772c8eea8310
migrated() view returns (uint256)
3335650
originalRaw() view returns (address)
0x599124661f8e030eb58139831ad4566b36976601
owner() view returns (address)
0xc588085abc02e4cd8b76abe62717656365f9fb19
paused() view returns (bool)
false
Read-only
_balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
balanceOf(address tokenOwner, uint256 typeId) view returns (uint256)
getInfoForType(uint256 typeId) view returns (struct RAWTypeInfo)
isApproved(address account, address operator) view returns (bool)
isApprovedForAll(address, address) view returns (bool)
supportsInterface(bytes4 interfaceId) pure returns (bool)
traitData(uint256) view returns (string name, string png)
uri(uint256 typeId) view returns (string)
State-modifying
Events addAdmin(address addr)
burn(uint256 typeId, uint256 qty, address burnFrom)
migrate(uint256 typeId)
mint(uint256 typeId, uint256 qty, address recipient)
removeAdmin(address addr)
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)
setContracts(address _eon, address _originalRaw)
setExchangeAmt(uint256 typeId, uint256 exchangeAmt)
setPaused(bool _paused)
setType(uint256 typeId, uint256 maxSupply)
transferOwnership(address newOwner)
updateMintBurns(uint256 typeId, uint256 mintQty, uint256 burnQty)
updateOriginAccess(address user)
uploadImage(uint256 typeId, struct RAWImage image)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
Unpaused(address account)
UpdateMintBurns(uint256 typeId, uint256 mintQty, uint256 burnQty)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.