LittleMonster
Verified contract
Proxy
Active on
Base with 500 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0 | $2,442.43 |
$0 | |
USA | ERC-20 | 1 | $0.00107 |
$0 | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20004194 | 2 months ago | | | 0 | 3.6351010e-7 | |
| 19753444 | 2 months ago | | | 0 | 3.6612024e-7 | |
| 19637202 | 2 months ago | | | 0 | 0.0000014482563 | |
| 19637185 | 2 months ago | | | 0 | 0.0000014482565 | |
| 19637178 | 2 months ago | | | 0 | 0.0000014424545 | |
| 19637170 | 2 months ago | | | 0 | 0.0000014424545 | |
| 19636740 | 2 months ago | | | 0 | 0.0000014331782 | |
| 19636728 | 2 months ago | | | 0 | 0.0000014331782 | |
| 19636715 | 2 months ago | | | 0 | 0.0000014348083 | |
| 19636709 | 2 months ago | | | 0 | 0.0000014348083 |
ABI
ABI objects
Getter at block 22012361 proxiableUUID() view returns (bytes32)
ADMIN_ROLE() view returns (bytes32)
0xa49807205ce4d355092ef5a8a18f56e8913cf4a201fbe287825b095693c21775
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
UPGRADER_ROLE() view returns (bytes32)
0x189ab7a9244df0848122154315af71fe140f3db0fe014031783b0946b8c9d2e3
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
currentTokenId() view returns (uint256)
238
defaultImageURI() view returns (string)
https://arweave.net/srCYWAl5eNd0k1sIVDg0YBxh2T1WhRdy1YeaNQKvsTQ/s0.png
isPaused() view returns (bool)
false
name() view returns (string)
LittleMonster
price() view returns (uint256)
1
symbol() view returns (string)
$mon
totalSupply() view returns (uint256)
238
Read-only
balanceOf(address owner) view returns (uint256)
familyData(uint8) view returns (string name, string artistName, uint8 season, uint256 price)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getStageForLevel(uint8 level) view returns (uint8)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
levelStages(uint256) view returns (uint8)
monsterData(uint256) view returns (uint8 familyId, uint8 speciesId, uint8 level, address owner, string name)
ownerOf(uint256 tokenId) view returns (address)
speciesData(uint8) view returns (string name, string description, string element, uint8 familyId, uint8 stageId, uint8 nextStageSpeciesId, uint8 baseStageSpeciesId, uint256 mintLimit, string imageURI)
supportsInterface(bytes4 interfaceId) view returns (bool)
thresholdByLevel(uint8) view returns (uint256)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events advanceMonsterLevel(uint256 tokenId)
approve(address to, uint256 tokenId)
devolveMonster(uint256 tokenId)
grantRole(bytes32 role, address account)
initialize(address defaultAdmin, address upgrader)
initializeV2()
renounceRole(bytes32 role, address callerConfirmation)
revokeRole(bytes32 role, address account)
safeMint(address to, uint8 speciesId) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setDefaultImageURI(string _newDefaultImageURI)
setFamilyData(uint8 familyId, string name, string artist, uint8 season, uint256 familyPrice)
setIsPaused(bool _isPaused)
setLevelStages(uint8[2] levelCutoffs)
setLevelThreshold(uint8 level, uint256 threshold)
setMonsterName(uint256 tokenId, string name)
setPrice(uint256 _price)
setSpeciesData(uint8 speciesId, string name, string description, string element, uint8 familyId, uint8 stageId, uint8 nextStageSpeciesId, uint8 baseStageSpeciesId, uint256 mintLimit, string imageURI)
transferFrom(address from, address to, uint256 tokenId)
upgradeToAndCall(address newImplementation, bytes data) payable
withdraw(address to, uint256 amount)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Initialized(uint64 version)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AccessControlBadConfirmation()
AccessControlUnauthorizedAccount(address account, bytes32 neededRole)
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
ERC721EnumerableForbiddenBatchMint()
ERC721IncorrectOwner(address sender, uint256 tokenId, address owner)
ERC721InsufficientApproval(address operator, uint256 tokenId)
ERC721InvalidApprover(address approver)
ERC721InvalidOperator(address operator)
ERC721InvalidOwner(address owner)
ERC721InvalidReceiver(address receiver)
ERC721InvalidSender(address sender)
ERC721NonexistentToken(uint256 tokenId)
ERC721OutOfBoundsIndex(address owner, uint256 index)
FailedInnerCall()
IncorrectFundsSent(uint256 amount)
InsufficientBalance(uint256 amount)
InvalidAddress(address invalidAddress)
InvalidInitialization()
InvalidLevel(uint8 level)
InvalidLevelCutoffs(uint8[2] levelCutoffs)
InvalidLevelThreshold(uint8 level, uint256 threshold)
InvalidName(string name)
InvalidNextSpecies(uint8 speciesId)
InvalidSpecies(uint8 speciesId)
InvalidToken(uint256 tokenId)
IsPaused()
MintLimitForSpeciesReached(uint8 speciesId)
NotInitializing()
NotOwner(uint256 tokenId, address sender)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)