CrossLock
Verified contract
Active on
Ethereum with 2,376 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOR | ERC-20 | 0.06829 | $2.83 |
$0.19 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21026799 | 21 days ago | | | 0 | 0.00073334904 | |
| 14816741 | 2 years ago | | | 0 | 0.00041505000 | |
| 13677671 | 3 years ago | | | 0 | 0.012602032 | |
| 13677669 | 3 years ago | | | 0 | 0.013910365 | |
| 13677639 | 3 years ago | | | 0 | 0.014800265 | |
Transfer | 13672426 | 3 years ago | | | 0.08 | 0.0035682112 | |
| 13668848 | 3 years ago | | | 0 | 0.0099983736 | |
| 13663166 | 3 years ago | | | 0 | 0.010451540 | |
| 13658246 | 3 years ago | | | 0 | 0.012204300 | |
| 13650993 | 3 years ago | | | 0 | 0.0095468625 |
ABI
ABI objects
Getter at block 21178210
CROSSER_ROLE() view returns (bytes32)
0x43524f535345525f524f4c450000000000000000000000000000000000000000
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
feeTo() view returns (address)
0x40dfa4411058b2fff31850dd52094bc7e5c919d5
Read-only
calculateFee(address token, uint256 amount, uint256 crossType) view returns (uint256 feeAmount, uint256 remainAmount)
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)
lockFeeAmount(address) view returns (uint256)
lockFeeRatio(address) view returns (uint256)
supportToken(address) view returns (address)
txUnlocked(string) view returns (bool)
unlockFeeAmount(address) view returns (uint256)
unlockFeeRatio(address) view returns (uint256)
State-modifying
Events addSupportToken(address ethTokenAddr, address bscTokenAddr)
addSupportTokens(address[] ethTokenAddrs, address[] bscTokenAddrs)
grantRole(bytes32 role, address account)
lock(address token, address recipient, uint256 amount)
removeSupportToken(address ethTokenAddr)
removeSupportTokens(address[] addrs)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
setFee(address token, uint256 _lockFeeAmount, uint256 _lockFeeRatio, uint256 _unlockFeeAmount, uint256 _unlockFeeRatio)
unlock(address token, address from, address recipient, uint256 amount, string _txid)
ChangeAdmin(address oldAdmin, address newAdmin)
Lock(address ethToken, address bscToken, address locker, address recipient, uint256 amount)
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)
Unlock(address ethToken, address bscToken, address from, address recipient, uint256 amount, string txid)
constructor(address _crosser, address _feeTo)
This contract contains no fallback and receive objects.
This contract contains no error objects.