Bridged Echelon
Verified contract
Active on
Ethereum with 1,101 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Bridged Echelon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19437185 | 8 months ago | | | 0 | 0.0010389482 | |
| 17010531 | 2 years ago | | | 0 | 0.00047170728 | |
| 16761302 | 2 years ago | | | 0 | 0.00092745181 | |
| 16492986 | 2 years ago | | | 0 | 0.00080947159 | |
| 16117315 | 2 years ago | | | 0 | 0.00067372154 | |
| 15801235 | 2 years ago | | | 0 | 0.00065019422 | |
| 15793254 | 2 years ago | | | 0 | 0.00058447364 | |
| 15769544 | 2 years ago | | | 0 | 0.0016365891 | |
| 15766979 | 2 years ago | | | 0 | 0.00084072573 | |
| 15765887 | 2 years ago | | | 0 | 0.00078962089 |
ABI
ABI objects
Getter at block 21164377
decimals() view returns (uint256)
18
foreignContract() view returns (address)
0x272e810ad0861919f8d5f35f31e92f35dcc7563c
name() view returns (string)
Bridged Echelon
owner() view returns (address)
0x301b6ae371273708aeefdf8f5778c09ca4b95c1e
symbol() view returns (string)
bECH
totalSupply() view returns (uint256)
2044522421744642798349058
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
countSignatures(bytes _signatures) pure returns (uint256)
entranceHash(bytes32 txnHash, address _contractAddress, uint256 _amount) view returns (bytes32)
parseSignature(bytes _signatures, uint256 _pos) pure returns (uint8 v, bytes32 r, bytes32 s)
recoverAddress(bytes32 _hash, bytes _signatures, uint256 _pos) pure returns (address)
recoverAddresses(bytes32 _hash, bytes _signatures) pure returns (address[] addresses)
toEthBytes32SignedMessageHash(bytes32 _msg) pure returns (bytes32 signHash)
toEthPersonalSignedMessageHash(bytes _msg) pure returns (bytes32 signHash)
uintToString(uint256 v) pure returns (string)
validators(uint256) view returns (address)
State-modifying
Events addValidator(address _validator)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enter(uint256 _amount)
exit(bytes32 _txnHash, address _foreignContract, uint256 _amount, bytes _signatures)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pair(address _foreignContract)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
EnterBridgeEvent(address indexed from, uint256 amount)
ExitBridgeEvent(address indexed sender, uint256 amount)
Mint(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.