StakeForVnfts
Verified contract
Active on
Ethereum with 1,407 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x57f0…da94
Balances ($7,358.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MUSE | ERC-20 | 1.037861K | $7.09 |
$7,358.44 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18890498 | a year ago | | | 0 | 0.0018876872 | |
| 16326410 | 2 years ago | | | 0 | 0.00073565938 | |
| 12114331 | 4 years ago | | | 0 | 0.0047599020 | |
| 11980232 | 4 years ago | | | 0 | 0.0049888620 | |
| 11878054 | 4 years ago | | | 0 | 0.0097783609 | |
| 11878054 | 4 years ago | | | 0 | 0.0067225800 | |
| 11873423 | 4 years ago | | | 0 | 0.0042024360 | |
| 11357992 | 4 years ago | | | 0 | 0.0012864600 | |
| 11245575 | 4 years ago | | | 0 | 0.00053192904 | |
| 11213110 | 4 years ago | | | 0 | 0.00063687600 |
ABI
ABI objects
Getter at block 21201066
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0xf0887ba65ee2024ea881d91b74c2450ef19e1557f03bed3ea9f16b037cbe2dc9
OPERATOR_ROLE() view returns (bytes32)
0x523a704056dcd17bcf83bed8b68c59416dac1119be77755efe3bde0a64e46e0c
gameStopped() view returns (bool)
false
minStake() view returns (uint256)
5000000000000000000
museToken() view returns (address)
0xb6ca7399b4f9ca56fc27cbff44f4d2e4eef1fc81
totalStaked() view returns (uint256)
1037861300000000000000
vNFT() view returns (address)
0x57f0b53926dd62f2e26bc40b30140abea474da94
vnftPrice() view returns (uint256)
400000000000000000000
Read-only
balance(address) view returns (uint256)
earned(address account) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
lastUpdateTime(address) view returns (uint256)
points(address) view returns (uint256)
State-modifying
Events changePriceOfNFT(uint256 _newAmount)
changeStakeReq(uint256 _newAmount)
exit()
grantRole(bytes32 role, address account)
pauseGame(bool _pause)
redeem()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
stake(uint256 _amount)
PriceOfvnftChanged(uint256 newAmount)
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)
StakeReqChanged(uint256 newAmount)
Staked(address who, uint256 amount)
VnftMinted(address to)
Withdrawal(address who, uint256 amount)
constructor(address _vNFT, address _museToken)
This contract contains no fallback and receive objects.
This contract contains no error objects.