Moonrunners Loot

Verified contract

Active on Ethereum with 4,463 txns
Deployed by via 0xe3f03149 at 15118183
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Moonrunners Loot"

0x4ba101882fa742de2d635613865dbf3851604aab9e13e9084aaa94cee212a8ec
0xd3656e66af3a968171a3441075f5fad719ef75ee6d8467989185f00566085e3d
0x94657e7d4b7872509ea246b84c494929995e366689eca4b34da806be9e289b18
0xc82ad371c86f7c609ab5a4abb28f84126a6ee12b82694c89ac1703c56336f1c1
0x5614f879c6acf6f6dfcd96064000652dc3461ff2e90053d6559e81794bd69c77
0x22e5edcb56813f2c4f4b3efa4008e1fb2f4cd565e5eb8bf2a20782167bcd3f40
0x58611a439641084cd37651f5be5e06f1f32bbc91c13f1ffa736c0ae2058c752a
0x2094ca2b2fe1f30bbafca26ae58c366ae1531934f43d3d39424a7bede68d828b
0x6db923c109e371867d9069e126fcbf57eaaceaa9a23b582eccab69e02315248f
0x6bbf871983353986bb5ad33f8b3aaa608069b2fb8319b89ccbe45681e96328f8

Functions
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
exists(uint256 idview returns (bool)
getItem(uint256 idview returns (struct Item)
isApprovedForAll(address accountaddress operatorview returns (bool)
isController(address addrview returns (bool)
items(uint256view returns (string uriuint64 iduint64 supplybool isPaused)
supportsInterface(bytes4 interfaceIdview returns (bool)
totalSupply(uint256 idview returns (uint256)
uri(uint256 idview returns (string)
State-modifying
addItem(string itemUribool isPaused
burn(uint256 iduint256 amount
controlledBurn(address fromuint256 iduint256 amount
editItem_isPaused(uint256 idbool _isPaused
editItem_uri(uint256 idstring newUri
mint(address touint256 iduint256 amount
mintBatch(address touint256[] idsuint256[] amounts
moonDrop(address[] touint256[] idsuint256[] amounts
moonDropBatch(address[] touint256[][] idsuint256[][] amounts
paused(bool _isPaused
removeLastItem(
renounceOwnership(
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setControllers(address[] addrsbool status
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(string name_string symbol_
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerIsNotController(
ERC1155_BurnAmountExceedSupply(
ERC1155_Error404(
ERC1155_NotOwnerOrController(
ERC1155_Paused(
ERC1155_SupplyIsNotZero(
MismatchingArrayLength(