CoinBridge
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
Balances ($0.00)
No balances found for "CoinBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "CoinBridge"
ABI
ABI objects
Getter at block 21398540
adapter() view returns (address)
0x0000000000000000000000000000000000000000
admin() view returns (address)
0x0000000000000000000000000000000000000000
balance() view returns (uint256)
0
executor() view returns (address)
0x0000000000000000000000000000000000000000
feeChainId() view returns (uint16)
0
feeRecipient() view returns (string)
fees() view returns (uint256)
0
isPaused() view returns (bool)
false
pauser() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
bindings(uint128) view returns (string executionAsset, uint256 minAmount, uint256 minFee, uint256 thresholdFee, uint128 beforePercentFee, uint128 afterPercentFee, bool enabled)
chains(uint128) view returns (bool)
referrersFeeInPercent(uint128, string) view returns (uint128)
State-modifying
Events init(address admin_, address adapter_, uint16 feeChainId_, string feeRecipient_, address executor_, bytes32 callerContract_)
lockTokens(uint16 executionChainId_, string recipient_, string referrer_, uint256 gaslessReward_) payable
pause()
releaseTokens(bytes32 callerContract_, address recipient_, uint256 amount_, uint256 gaslessReward_)
transferFee()
unpause()
updateAdmin(address admin_)
updateBindingInfo(uint16 executionChainId_, string executionAsset_, uint256 minAmount_, uint256 minFee_, uint256 thresholdFee_, uint128 beforePercentFee_, uint128 afterPercentFee_, bool enabled_)
updateCallerContract(bytes32 callerContract_)
updateExecutionChain(uint128 executionChainId_, bool enabled)
updateFeeChain(uint16 feeChainId_)
updateFeeRecipient(string feeRecipient_)
updatePauser(address pauser_)
updateReferrer(uint128 executionChainId_, string referrer_, uint128 percentFee_)
AdminUpdated(address sender, address oldAdmin, address admin)
CallerContractUpdated(bytes32 executorContract, address caller)
ExecutionChainUpdated(uint128 feeChainId, address caller)
Fee(uint16 feeChainId, uint256 amount, string recipient)
FeeChainUpdated(uint128 feeChainId, address caller)
FeeRecipientUpdated(string feeRecipient, address caller)
LockTokens(uint16 feeChainId, uint256 amount, string recipient, uint256 gaslessReward, string referrer, uint256 referrerFee, uint256 fee)
Paused(address account)
PauserUpdated(address sender, address oldPauser, address pauser)
ReferrerFeeUpdated(uint128 chainId, string referrer, uint128 feeInPercent)
ReleaseTokens(uint256 amount, address recipient, uint256 gaslessReward, address caller)
SignerUpdated(address caller, address oldSigner, address signer)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.