Moonrunners Loot
Verified contract
Active on
Ethereum with 4,463 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 "Moonrunners Loot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21293585 | 3 hours ago | | | 0 | 0.00076689954 | |
| 21284756 | a day ago | | | 0 | 0.00042045104 | |
| 21268668 | 4 days ago | | | 0 | 0.00034957739 | |
| 21111984 | 25 days ago | | | 0 | 0.00028927157 | |
| 20972621 | a month ago | | | 0 | 0.00081004738 | |
| 20884806 | 2 months ago | | | 0 | 0.00024754635 | |
| 20884081 | 2 months ago | | | 0 | 0.00043678395 | |
| 20704210 | 3 months ago | | | 0 | 0.000039995662 | |
| 20667237 | 3 months ago | | | 0 | 0.000063411442 | |
| 20608179 | 3 months ago | | | 0 | 0.000038406471 |
ABI
ABI objects
Getter at block 21294372 getItems() view returns (struct Item[])
name() view returns (string)
Moonrunners Loot
owner() view returns (address)
0x556ef85398e60e053955a74365773ae06b1a8e1c
symbol() view returns (string)
MOONRL
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
getItem(uint256 id) view returns (struct Item)
isApprovedForAll(address account, address operator) view returns (bool)
isController(address addr) view returns (bool)
items(uint256) view returns (string uri, uint64 id, uint64 supply, bool isPaused)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events addItem(string itemUri, bool isPaused)
burn(uint256 id, uint256 amount)
controlledBurn(address from, uint256 id, uint256 amount)
editItem_isPaused(uint256 id, bool _isPaused)
editItem_uri(uint256 id, string newUri)
mint(address to, uint256 id, uint256 amount)
mintBatch(address to, uint256[] ids, uint256[] amounts)
moonDrop(address[] to, uint256[] ids, uint256[] amounts)
moonDropBatch(address[] to, uint256[][] ids, uint256[][] amounts)
paused(bool _isPaused)
removeLastItem()
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)
setControllers(address[] addrs, bool status)
transferOwnership(address newOwner)
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(string name_, string symbol_)
This contract contains no fallback and receive objects.
CallerIsNotController()
ERC1155_BurnAmountExceedSupply()
ERC1155_Error404()
ERC1155_NotOwnerOrController()
ERC1155_Paused()
ERC1155_SupplyIsNotZero()
MismatchingArrayLength()