Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xb6ca…fc81
12 additional
variables
Balances ($0.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MUSE | ERC-20 | 0.011 | $12.95 |
$0.14 | |
NCL | ERC-20 | 15.498136 | -- | -- | |
0xe460…a264 | ERC-1555 | 12 | -- | -- | |
0xc805…3512 | ERC-1555 | 10 | -- | -- | |
0xe460…a264 | ERC-1555 | 9 | -- | -- | |
0xe460…a264 | ERC-1555 | 9 | -- | -- | |
0xe460…a264 | ERC-1555 | 4 | -- | -- | |
0xe460…a264 | ERC-1555 | 3 | -- | -- | |
0xe460…a264 | ERC-1555 | 3 | -- | -- | |
0xe460…a264 | ERC-1555 | 3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20602149 | 3 months ago | | | 0 | 0.00011133542 | |
| 19607529 | 8 months ago | | | 0 | 0.00031632900 | |
| 19522045 | 8 months ago | | | 0 | 0.00070892213 | |
| 19069810 | 10 months ago | | | 0 | 0.00040469326 | |
| 18647265 | a year ago | | | 0 | 0.0013336109 | |
| 18208807 | a year ago | | | 0 | 0.00033366957 | |
| 18197624 | a year ago | | | 0 | 0.00036330847 | |
| 18197073 | a year ago | | | 0 | 0.0026747412 | |
| 18131911 | a year ago | | | 0 | 0.00037150098 | |
| 17758801 | a year ago | | | 0 | 0.0025598197 |
ABI
ABI objects
Getter at block 21288152
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_ROLE() view returns (bytes32)
0x97667070c54ef182b0f5858b034beac1b6f3089aa2d3188bb1e8929f4fa9b929
PAUSER_ROLE() view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
baseURI() view returns (string)
https://gallery.verynifty.io/api/
burnPercentage() view returns (uint256)
90
contractURI() pure returns (string)
https://gallery.verynifty.io/api
devAllocation() view returns (uint256)
49827150000000000000000
gameStopped() view returns (bool)
false
giveLifePrice() view returns (uint256)
200000000000000000000
maxDevAllocation() view returns (uint256)
100000000000000000000000
muse() view returns (address)
0xb6ca7399b4f9ca56fc27cbff44f4d2e4eef1fc81
name() view returns (string)
VNFT
owner() view returns (address)
0x4b5922abf25858d012d12bb1184e5d3d0b6d6be4
paused() view returns (bool)
false
supportedNftLength() view returns (uint256)
6
symbol() view returns (string)
VNFT
totalSupply() view returns (uint256)
545
Read-only
balanceOf(address owner) view returns (uint256)
careTaker(uint256, address) view returns (address)
getApproved(uint256 tokenId) view returns (address)
getFatalityReward(uint256 _deadId) view returns (uint256)
getItemInfo(uint256 _itemId) view returns (string _name, uint256 _price, uint256 _points, uint256 _timeExtension)
getRewards(uint256 tokenId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getVnftInfo(uint256 _nftId) view returns (uint256 _vNFT, bool _isAlive, uint256 _score, uint256 _level, uint256 _expectedReward, uint256 _timeUntilStarving, uint256 _lastTimeMined, uint256 _timeVnftBorn, address _owner, address _token, uint256 _tokenId, uint256 _fatalityReward)
getVnftScore(uint256 _nftId) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isVnftAlive(uint256 _nftId) view returns (bool)
itemExists(uint256 itemId) view returns (bool)
itemName(uint256) view returns (string)
itemPoints(uint256) view returns (uint256)
itemPrice(uint256) view returns (uint256)
itemTimeExtension(uint256) view returns (uint256)
lastTimeMined(uint256) view returns (uint256)
level(uint256 tokenId) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportedNfts(uint256) view returns (address token, bool active, uint256 standard)
supportsInterface(bytes4 interfaceId) view returns (bool)
timeUntilStarving(uint256) view returns (uint256)
timeVnftBorn(uint256) view returns (uint256)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
vnftDetails(uint256) view returns (address token, uint256 id, uint256 standard)
vnftScore(uint256) view returns (uint256)
State-modifying
Events addCareTaker(uint256 _tokenId, address _careTaker)
addNft(address _nftToken, uint256 _type)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
buyAccesory(uint256 nftId, uint256 itemId)
changeBurnPercentage(uint256 percentage)
changeGiveLifePrice(uint256 _newPrice)
changeMaxDevAllocation(uint256 amount)
claimMiningRewards(uint256 nftId)
clearCareTaker(uint256 _tokenId)
createItem(string name, uint256 price, uint256 points, uint256 timeExtension) returns (bool)
editCurves(uint256 _la, uint256 _lb, uint256 _ra, uint256 _rb)
editItem(uint256 _id, uint256 _price, uint256 _points, string _name, uint256 _timeExtension)
fatality(uint256 _deadId, uint256 _tokenId)
giveLife(uint256 index, uint256 _id, uint256 nftType)
grantRole(bytes32 role, address account)
mint(address player)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
pause()
pauseGame(bool _pause)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
unwrap(uint256 _vnftId)
updateSupportedNFT(uint256 index, bool _active, address _address)
withdraw(uint256 _id, address _contractAddr, address _to, uint256 _type)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BurnPercentageChanged(uint256 percentage)
CareTakerAdded(uint256 nftId, address _to)
CareTakerRemoved(uint256 nftId)
ClaimedMiningRewards(uint256 who, address owner, uint256 amount)
ItemCreated(uint256 id, string name, uint256 price, uint256 points)
LifeGiven(address forSupportedNFT, uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
Unpaused(address account)
Unwrapped(uint256 nftId)
VnftConsumed(uint256 nftId, address giver, uint256 itemId)
VnftFatalized(uint256 nftId, address killer)
VnftMinted(address to)
constructor(address _museToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.