CatamotoCrosschainGateway
Verified contract
Active on
Base with 2,107 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,218,082.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CATA | ERC-20 | 12.457639B | $0.000178 |
$2,218,082.68 | |
USA | ERC-20 | 1 | $0.001629 |
$0 | |
kurbi | ERC-20 | 1 | $0.000629 |
$0 | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21741416 | 3 days ago | | | 0.00010628718 | 7.9422183e-7 | |
| 21736138 | 3 days ago | | | 0.00010628718 | 8.5015431e-7 | |
| 21717983 | 3 days ago | | | 0.00010628718 | 8.8712494e-7 | |
| 21701859 | 4 days ago | | | 0.00010628718 | 0.0000033996876 | |
| 21690706 | 4 days ago | | | 0.00010628718 | 8.3215522e-7 | |
| 21633409 | 5 days ago | | | 0.00010751871 | 0.0000010018063 | |
| 21616836 | 6 days ago | | | 0.00010751871 | 8.1836764e-7 | |
| 21608018 | 6 days ago | | | 0.00010751871 | 8.4025694e-7 | |
| 21549293 | 7 days ago | | | 0.00035 | 9.2341873e-7 | |
| 21518385 | 8 days ago | | | 0.00010616139 | 8.5051555e-7 |
ABI
ABI objects
Getter at block 21858951
owner() view returns (address)
0x10d1051b8553514d091f51fe1c7cd256090dd643
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0xbdf5bafee1291eec45ae3aadac89be8152d4e673
Read-only
adapters(uint32 chainId) view returns (address adapter)
estimate(uint32 chainId, uint256 amount, bytes32 recipient) view returns (uint256)
State-modifying
Events acceptOwnership()
consume(uint32 chainId, bytes payload) payable
deposit(uint32 chainId, uint256 amount, bytes32 recipient) payable
renounceOwnership()
setAdapter(uint32 chainId, address adapter)
transferOwnership(address newOwner)
withdrawCoin(address to)
withdrawToken(address to, address token_, uint256 amount)
OwnershipTransferStarted(address indexed previousOwner, address indexed newOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor(address token_)
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
Forbidden()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UnacceptableReference(address account)
Unauthorized(address account)
WithdrawToZeroAddress()