BridgeTokenManager
Verified contract
Active on
Ethereum with 1 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 "BridgeTokenManager"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18200374 | a year ago | | | 0 | 0.0023994611 |
ABI
ABI objects
Getter at block 21230174
owner() view returns (address)
0x7cd4ae46fe74cb0281ca29cb8d8833a34b1a03b4
Read-only
getLocal(address sourceAddr, uint256 sourceChainId, uint256 targetChainId) view returns (struct RTokenToken token)
limits(address tokenAddr) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events issue(struct RTokenToken sourceToken, struct RTokenToken targetToken)
renounceOwnership()
revoke(address targetAddr, uint256 targetChainId)
setLimit(address tokenAddr, uint256 amt)
transferOwnership(address newOwner)
LimitUpdated(address indexed addr, uint256 amt)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenAdded(address indexed addr, uint256 chainId)
TokenRemoved(address indexed addr, uint256 chainId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.