VaultMaha
Verified contract
Active on
Ethereum with 797 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xb4d9…c365
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MAHA | ERC-20 | 84.082812K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12366933 | 4 years ago | | | 0 | 0.00087715900 | |
| 12366931 | 4 years ago | | | 0 | 0.0017499380 | |
| 12366025 | 4 years ago | | | 0 | 0.0019913880 | |
| 12305074 | 4 years ago | | | 0 | 0.0022933859 | |
| 12278570 | 4 years ago | | | 0 | 0.012802178 | |
| 12238604 | 4 years ago | | | 0 | 0.0049214591 | |
| 12217870 | 4 years ago | | | 0 | 0.0042821350 | |
| 12215258 | 4 years ago | | | 0 | 0.0032057211 | |
| 12215150 | 4 years ago | | | 0 | 0.0031605700 | |
| 12212599 | 4 years ago | | | 0 | 0.0055626032 |
ABI
ABI objects
Getter at block 21396281
BOARDROOM_ROLE() view returns (bytes32)
0x6d70c91ad985a39eea8701dc54d183798bc9f1bfb6890f5f9b2ba660db7373d0
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractionBoardroom() view returns (address)
0x0000000000000000000000000000000000000000
duration() view returns (uint256)
0
enableDeposits() view returns (bool)
false
expansionBoardroom() view returns (address)
0x0000000000000000000000000000000000000000
getLockDuration() view returns (uint256)
0
isOperator() view returns (bool)
false
operator() view returns (address)
0xbc5655337f4d8b2357a49625df72e004e30a9155
owner() view returns (address)
0xecce08c2636820a81fc0c805dbdc7d846636bbc4
token() view returns (address)
0xb4d930279552397bba2ee473229f89ec245bc365
totalBondedSupply() view returns (uint256)
48000000000000000
totalSupply() view returns (uint256)
84082812000000000000000
Read-only
balanceOf(address who) view returns (uint256)
balanceWithoutBonded(address who) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
getStakedAmount(address who) view returns (uint256)
getStakerDetails(address who) view returns (uint256, uint256, uint256)
hasRole(bytes32 role, address account) view returns (bool)
stakingDetails(address) view returns (uint256 deadline, uint256 amount, uint256 updatedOn)
State-modifying
Events bond(uint256 amount)
bondFor(address who, uint256 amount)
changeLockDuration(uint256 _duration)
grantRole(bytes32 role, address account)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setBoardrooms(address expansionBoardroom_, address contractionBoardroom_)
toggleDeposits(bool val)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
unbond(uint256 amount)
withdraw()
Bonded(address indexed user, uint256 amount)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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)
Unbonded(address indexed user, uint256 amount)
Withdrawn(address indexed user, uint256 amount)
constructor(address share, uint256 lockIn)
This contract contains no fallback and receive objects.
This contract contains no error objects.