SynapseBridge
Verified contract
Implementation
Active on
Ethereum with 19 txns
Storage
Map
Table
Raw
Constants and immutables
6
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "SynapseBridge"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16271857 | 2 years ago | | | 0 | 0.00029189980 | |
| 15279480 | 2 years ago | | | 0 | 0.00027768778 | |
| 15274572 | 2 years ago | | | 0 | 0.0011366590 | |
| 15266840 | 2 years ago | | | 0 | 0.00036339919 | |
| 15266824 | 2 years ago | | | 0 | 0.00061658004 | |
| 15266817 | 2 years ago | | | 0 | 0.00080586438 | |
| 15266661 | 2 years ago | | | 0 | 0.00017084360 | |
| 15266658 | 2 years ago | | | 0 | 0.00020449338 | |
| 15266214 | 2 years ago | | | 0 | 0.0015876613 | |
| 15265956 | 2 years ago | | | 0 | 0.00040054333 |
ABI
ABI objects
Getter at block 21177156
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GOVERNANCE_ROLE() view returns (bytes32)
0x71840dc4906352362b0cdaf79870196c8e42acafade72d5d5a6d59291253ceb1
NODEGROUP_ROLE() view returns (bytes32)
0xb5c00e6706c3d213edd70ff33717fac657eacc5fe161f07180cf1fcab13cc4cd
WETH_ADDRESS() view returns (address)
0x0000000000000000000000000000000000000000
bridgeVersion() view returns (uint256)
6
chainGasAmount() view returns (uint256)
0
paused() view returns (bool)
true
startBlockNumber() view returns (uint256)
15265383
Read-only
getFeeBalance(address tokenAddress) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
kappaExists(bytes32 kappa) view returns (bool)
State-modifying
Events addKappas(bytes32[] kappas)
deposit(address to, uint256 chainId, address token, uint256 amount)
depositAndSwap(address to, uint256 chainId, address token, uint256 amount, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline)
grantRole(bytes32 role, address account)
initialize()
mint(address to, address token, uint256 amount, uint256 fee, bytes32 kappa)
mintAndSwap(address to, address token, uint256 amount, uint256 fee, address pool, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline, bytes32 kappa)
pause()
redeem(address to, uint256 chainId, address token, uint256 amount)
redeemAndRemove(address to, uint256 chainId, address token, uint256 amount, uint8 swapTokenIndex, uint256 swapMinAmount, uint256 swapDeadline)
redeemAndSwap(address to, uint256 chainId, address token, uint256 amount, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline)
redeemV2(bytes32 to, uint256 chainId, address token, uint256 amount)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setChainGasAmount(uint256 amount)
setWethAddress(address _wethAddress)
unpause()
withdraw(address to, address token, uint256 amount, uint256 fee, bytes32 kappa)
withdrawAndRemove(address to, address token, uint256 amount, uint256 fee, address pool, uint8 swapTokenIndex, uint256 swapMinAmount, uint256 swapDeadline, bytes32 kappa)
withdrawFees(address token, address to)
Paused(address account)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TokenDeposit(address indexed to, uint256 chainId, address token, uint256 amount)
TokenDepositAndSwap(address indexed to, uint256 chainId, address token, uint256 amount, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline)
TokenMint(address indexed to, address token, uint256 amount, uint256 fee, bytes32 indexed kappa)
TokenMintAndSwap(address indexed to, address token, uint256 amount, uint256 fee, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline, bool swapSuccess, bytes32 indexed kappa)
TokenRedeem(address indexed to, uint256 chainId, address token, uint256 amount)
TokenRedeemAndRemove(address indexed to, uint256 chainId, address token, uint256 amount, uint8 swapTokenIndex, uint256 swapMinAmount, uint256 swapDeadline)
TokenRedeemAndSwap(address indexed to, uint256 chainId, address token, uint256 amount, uint8 tokenIndexFrom, uint8 tokenIndexTo, uint256 minDy, uint256 deadline)
TokenRedeemV2(bytes32 indexed to, uint256 chainId, address token, uint256 amount)
TokenWithdraw(address indexed to, address token, uint256 amount, uint256 fee, bytes32 indexed kappa)
TokenWithdrawAndRemove(address indexed to, address token, uint256 amount, uint256 fee, uint8 swapTokenIndex, uint256 swapMinAmount, uint256 swapDeadline, bool swapSuccess, bytes32 indexed kappa)
Unpaused(address account)
This contract contains no constructor objects.
receive()
This contract contains no error objects.