HomeGate
Verified contract
Active on
Ethereum with 1,725 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($945,146.62)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UMB | ERC-20 | 56.370596M | $0.016767 |
$945,146.62 | |
rUMB2 | ERC-20 | 8.794923M | -- | -- | |
rUMB1 | ERC-20 | 621.422976K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21321305 | a day ago | | | 0 | 0.0018226438 | |
| 21316718 | 2 days ago | | | 0 | 0.0023158132 | |
| 21315038 | 2 days ago | | | 0 | 0.0017833066 | |
| 21313104 | 2 days ago | | | 0 | 0.0013998751 | |
| 21302735 | 4 days ago | | | 0 | 0.0014449807 | |
| 21296177 | 5 days ago | | | 0 | 0.0012055690 | |
| 21296130 | 5 days ago | | | 0 | 0.0011125817 | |
| 21296106 | 5 days ago | | | 0 | 0.00098812703 | |
| 21294608 | 5 days ago | | | 0 | 0.0023027859 | |
| 21294334 | 5 days ago | | | 0 | 0.0024175494 |
ABI
ABI objects
Getter at block 21328437
ETH_PREFIX() view returns (bytes)
0x19457468657265756d205369676e6564204d6573736167653a0a3332
hashStore() view returns (address)
0x7a709cc00c5ad03a61d6c75d2dd2ae9ac18b475a
operatorAddresses() view returns (address[])
[0xEa53b887f8905b0C606eA49D75B048a117a3125b, 0x095E2F064F6c4275c9667b427092Bd657a4C9A9c]
operatorCount() view returns (uint256)
2
owner() view returns (address)
0x4a28406ece8ffd7a91789738a5ac15dac44bfa1b
requiredOperators() view returns (uint8)
2
Read-only
canWithdraw(bytes32 transactionHash, address tokenContract, address recipient, uint256 value) view returns (bool)
checkSignatures(bytes32 hash, uint256 length, uint8[] v, bytes32[] r, bytes32[] s) view returns (uint8)
isOperator(address operator) view returns (bool)
operatorList(uint256) view returns (address)
operatorLocation(address) view returns (string)
operators(address) view returns (bool)
State-modifying
Events addOperator(address operator)
migrate(address[] tokenContracts, address newOwner)
removeOperator(address operator)
renounceOwnership()
setRequiredOperators(uint8 requiredOperators_)
transferHashStoreOwnership(address newOwner)
transferOwnership(address newOwner)
transferTokens(address[] tokenContracts, address recipient)
updateLocation(address operator, string location)
withdraw(bytes32 transactionHash, address tokenContract, address recipient, uint256 value, uint8[] v, bytes32[] r, bytes32[] s)
LocationUpdated(address operator, string location)
LogWithdraw(bytes32 transactionHash, address tokenContract, address recipient, uint256 value)
OperatorAdded(address operator)
OperatorRemoved(address operator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address _hashStore, uint8 requiredOperators, address[] initialOperators)
This contract contains no fallback and receive objects.
This contract contains no error objects.