CatamotoCrosschainGateway
Verified contract
Active on
Base with 2,151 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,376,417.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CATA | ERC-20 | 12.611005B | $0.000188 |
$2,376,417.71 | |
kurbi | ERC-20 | 1 | $0.000794 |
$0 | |
USA | ERC-20 | 1 | $0.00074 |
$0 | |
OHNO | ERC-20 | 2 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22777621 | 28 minutes ago | | | 0.000091731495 | 0.000028732649 | |
| 22743072 | 20 hours ago | | | 0.000091731495 | 0.0000010613577 | |
| 22577364 | 5 days ago | | | 0.000094536672 | 0.0000010283573 | |
| 22567577 | 5 days ago | | | 0.000094536672 | 0.0000010575996 | |
| 22564300 | 5 days ago | | | 0.00035 | 3.3275198e-7 | |
| 22563500 | 5 days ago | | | 0.00035 | 3.5065369e-7 | |
| 22514709 | 6 days ago | | | 0.000094536672 | 0.0000011135258 | |
| 22458427 | 7 days ago | | | 0.000094536672 | 0.0000012569811 | |
| 22456172 | 7 days ago | | | 0.000094536672 | 0.0000014266542 | |
| 22455590 | 7 days ago | | | 0.000094536672 | 0.0000014217393 |
ABI
ABI objects
Getter at block 22778459
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()