BridgeElonGoatETH
Verified contract
Active on
Ethereum with 135 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
EGT | ERC-20 | 5.818359B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15285696 | 2 years ago | | | 0 | 0.0025734143 | |
| 15285688 | 2 years ago | | | 0 | 0.0024873597 | |
| 15285662 | 2 years ago | | | 0 | 0.0037615925 | |
| 15285613 | 2 years ago | | | 0 | 0.0027189493 | |
| 15285611 | 2 years ago | | | 0 | 0.0021942674 | |
| 15285604 | 2 years ago | | | 0 | 0.0015010463 | |
| 15285590 | 2 years ago | | | 0 | 0.0011834601 | |
| 15285569 | 2 years ago | | | 0 | 0.0017070970 | |
| 15285528 | 2 years ago | | | 0 | 0.0018360702 | |
| 15285474 | 2 years ago | | | 0 | 0.0016718777 |
ABI
ABI objects
Getter at block 21225280
_isBridgingPaused() view returns (bool)
false
bridgeFeesAddress() view returns (address)
0xd378dbed86689d0dba19ca2bab322b6f23765288
elongoat() view returns (address)
0x1e64004083230cac6fd6e8e337ff44c85fd0e7b6
getBridgeFee() view returns (uint256)
3
governor() view returns (address)
0xd070544810510865114ad5a0b6a821a5bd2e7c49
owner() view returns (address)
0xfb265aaf1ea2095964df57fd75f47bf04dd353ae
system() view returns (address)
0xbadffc001727e77f018a8b0e768a2dc1c17a0708
Read-only
_isExcludedFromFees(address) view returns (bool)
feeCalculation(uint256 amount) view returns (uint256)
getBridgeStatus(uint256 nonce, uint256 fromChainID) view returns (bool)
getProcessedFees(uint256 chainID) view returns (uint256)
State-modifying
Events changeGovernor(address _governor)
excludeFromFees(address account, bool exclude)
renounceOwnership()
setBridgeFee(uint256 bridgeFee) returns (bool)
setBridgeFeesAddress(address _bridgeFeesAddress)
setProcessedFess(uint256 chainID, uint256 processedFees)
setSystem(address _system) returns (bool)
swap(uint256 amount, uint256 toChainID) payable
swapBack(address to, uint256 amount, uint256 nonce, uint256 fromChainID)
transferOwnership(address newOwner)
updateBridgingStaus(bool paused)
updateElongoatContract(address _elongoat)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapRequest(address indexed to, uint256 amount, uint256 nonce, uint256 toChainID)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.