ethBridge
Verified contract
Active on
Ethereum with 454 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.35)
Native
Value
$0.35
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,460.94 |
$0.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19341728 | 9 months ago | | | 0 | 0.0068017356 | |
| 19341719 | 9 months ago | | | 0 | 0.0029774170 | |
| 19341711 | 9 months ago | | | 0 | 0.0093855020 | |
| 19339164 | 9 months ago | | | 0 | 0.0059425377 | |
| 19339159 | 9 months ago | | | 0 | 0.0021428342 | |
| 19339148 | 9 months ago | | | 0 | 0.0069432782 | |
| 19309648 | 9 months ago | | | 0.0073678695 | 0.0023584922 | |
| 19309640 | 9 months ago | | | 0 | 0.0024657208 | |
| 19309639 | 9 months ago | | | 0 | 0.0012538163 | |
| 19309638 | 9 months ago | | | 0 | 0.0036483325 |
ABI
ABI objects
Getter at block 21268676
allOperationsCount() view returns (uint256)
20
howManyOwnersDecide() view returns (uint256)
3
ownersCount() view returns (uint256)
3
ownersGeneration() view returns (uint256)
1
tokenAddress() view returns (address)
0x612e1726435fe38dd49a0b35b4065b56f49c8f11
Read-only
allOperations(uint256) view returns (bytes32)
allOperationsIndicies(bytes32) view returns (uint256)
isOwner(address wallet) view returns (bool)
owners(uint256) view returns (address)
ownersIndices(address) view returns (uint256)
tokensRecieved(address) view returns (uint256)
tokensRecievedButNotSent(address) view returns (uint256)
tokensSent(address) view returns (uint256)
votesCountByOperation(bytes32) view returns (uint256)
votesMaskByOperation(bytes32) view returns (uint256)
State-modifying
Events cancelPending(bytes32 operation)
recieveTokens(uint256[] commissions) payable
sendTokens(uint256 amount)
transferOwnership(address[] newOwners)
transferOwnershipWithHowMany(address[] newOwners, uint256 newHowManyOwnersDecide)
withdrawEther(uint256 amount, address reciever)
withdrawTokens(uint256 amount, address reciever)
writeTransaction(address user, uint256 amount)
OperationCancelled(bytes32 operation, address lastCanceller)
OperationCreated(bytes32 operation, uint256 howMany, uint256 ownersCount, address proposer)
OperationDownvoted(bytes32 operation, uint256 votes, uint256 ownersCount, address downvoter)
OperationPerformed(bytes32 operation, uint256 howMany, uint256 ownersCount, address performer)
OperationUpvoted(bytes32 operation, uint256 votes, uint256 howMany, uint256 ownersCount, address upvoter)
OwnershipTransferred(address[] previousOwners, uint256 howManyOwnersDecide, address[] newOwners, uint256 newHowManyOwnersDecide)
constructor(address _token)
This contract contains no fallback and receive objects.
This contract contains no error objects.