Federation
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
2
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Federation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Federation"
ABI
ABI objects
Getter at block 21157703
MAX_MEMBER_COUNT() view returns (uint256)
50
bridge() view returns (address)
0x0000000000000000000000000000000000000000
getMembers() view returns (address[])
[]
isOwner() view returns (bool)
false
owner() view returns (address)
0x0000000000000000000000000000000000000000
required() view returns (uint256)
0
version() pure returns (string)
v2
Read-only
getTransactionCount(bytes32 transactionId) view returns (uint256)
getTransactionId(address originalTokenAddress, address sender, address receiver, uint256 amount, bytes32 blockHash, bytes32 transactionHash, uint32 logIndex) pure returns (bytes32)
hasVoted(bytes32 transactionId) view returns (bool)
isMember(address) view returns (bool)
members(uint256) view returns (address)
processed(bytes32) view returns (bool)
transactionWasProcessed(bytes32 transactionId) view returns (bool)
votes(bytes32, address) view returns (bool)
State-modifying
Events addMember(address _newMember)
changeRequirement(uint256 _required)
emitHeartbeat(uint256 fedRskBlock, uint256 fedEthBlock, string federatorVersion, string nodeRskInfo, string nodeEthInfo)
initialize(address sender)
initialize(address[] _members, uint256 _required, address _bridge, address owner)
removeMember(address _oldMember)
renounceOwnership()
setBridge(address _bridge)
transferOwnership(address newOwner)
voteTransaction(address originalTokenAddress, address sender, address receiver, uint256 amount, bytes32 blockHash, bytes32 transactionHash, uint32 logIndex) returns (bool)
BridgeChanged(address bridge)
Executed(address indexed federator, bytes32 indexed transactionHash, bytes32 indexed transactionId, address originalTokenAddress, address sender, address receiver, uint256 amount, bytes32 blockHash, uint32 logIndex)
HeartBeat(address indexed sender, uint256 fedRskBlock, uint256 fedEthBlock, string federatorVersion, string nodeRskInfo, string nodeEthInfo)
MemberAddition(address indexed member)
MemberRemoval(address indexed member)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RequirementChange(uint256 required)
Voted(address indexed federator, bytes32 indexed transactionHash, bytes32 indexed transactionId, address originalTokenAddress, address sender, address receiver, uint256 amount, bytes32 blockHash, uint32 logIndex)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.