VaultArth
Verified contract
Active on
Ethereum with 1,793 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0e3c…35d9
0xe51c…158c
0x4816…73b1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ARTH | ERC-20 | 6.339296M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20844649 | 2 months ago | | | 0 | 0.0017998459 | |
| 20727480 | 2 months ago | | | 0 | 0.0010174308 | |
| 12761721 | 3 years ago | | | 0 | 0.0025409930 | |
| 12682598 | 3 years ago | | | 0 | 0.0048381750 | |
| 12682595 | 3 years ago | | | 0 | 0.0052679750 | |
| 12682586 | 3 years ago | | | 0 | 0.0050318580 | |
| 12682554 | 3 years ago | | | 0 | 0.0024543606 | |
| 12659600 | 3 years ago | | | 0 | 0.0049428500 | |
| 12592076 | 3 years ago | | | 0 | 0.0023056440 | |
| 12550699 | 3 years ago | | | 0 | 0.0085078840 |
ABI
ABI objects
Getter at block 21181645
BOARDROOM_ROLE() view returns (bytes32)
0x6d70c91ad985a39eea8701dc54d183798bc9f1bfb6890f5f9b2ba660db7373d0
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
contractionBoardroom() view returns (address)
0x481659d87deeea9e6bf27c71ed579e3506c873b1
duration() view returns (uint256)
432000
enableDeposits() view returns (bool)
true
expansionBoardroom() view returns (address)
0xe51c19223e86a4e1fe1d803fe7b5727793ef158c
getLockDuration() view returns (uint256)
432000
isOperator() view returns (bool)
false
operator() view returns (address)
0xbc5655337f4d8b2357a49625df72e004e30a9155
owner() view returns (address)
0xecce08c2636820a81fc0c805dbdc7d846636bbc4
token() view returns (address)
0x0e3cc2c4fb9252d17d07c67135e48536071735d9
totalBondedSupply() view returns (uint256)
1308241411501100037614359
totalSupply() view returns (uint256)
6339295864501100037614363
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 cash_, uint256 lockIn_)
This contract contains no fallback and receive objects.
This contract contains no error objects.