ZetaConnectorEth
Verified contract
Active on
Ethereum with 22,413 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($132,377,115.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZETA | ERC-20 | 167.788341M | $0.788953 |
$132,377,114.67 | |
USDC | ERC-20 | 1.1 | $0.999028 |
$1.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156349 | 5 hours ago | | | 0 | 0.00068496139 | |
| 21149263 | a day ago | | | 0 | 0.00057253003 | |
| 21149073 | a day ago | | | 0 | 0.00063615461 | |
| 21145591 | 2 days ago | | | 0 | 0.00062352182 | |
| 21145540 | 2 days ago | | | 0 | 0.00075534249 | |
| 21143363 | 2 days ago | | | 0 | 0.0011163488 | |
| 21142675 | 2 days ago | | | 0 | 0.00043948516 | |
| 21142517 | 2 days ago | | | 0 | 0.00096236609 | |
| 21141067 | 2 days ago | | | 0 | 0.00050663741 | |
| 21140689 | 2 days ago | | | 0 | 0.00044910626 |
ABI
ABI objects
Getter at block 21157992
getLockedAmount() view returns (uint256)
167788340584761537693380772
paused() view returns (bool)
false
pauserAddress() view returns (address)
0xaeb6ddb7708467814d557e340283248be8e43124
tssAddress() view returns (address)
0x70e967acfcc17c3941e87562161406d41676fd83
tssAddressUpdater() view returns (address)
0xaeb6ddb7708467814d557e340283248be8e43124
zetaToken() view returns (address)
0xf091867ec603a6628ed83d274e835539d82e9cc8
Read-only
This contract contains no read-only function objects.
State-modifying
Events onReceive(bytes zetaTxSenderAddress, uint256 sourceChainId, address destinationAddress, uint256 zetaValue, bytes message, bytes32 internalSendHash)
onRevert(address zetaTxSenderAddress, uint256 sourceChainId, bytes destinationAddress, uint256 destinationChainId, uint256 remainingZetaValue, bytes message, bytes32 internalSendHash)
pause()
renounceTssAddressUpdater()
send(struct ZetaInterfacesSendInput input)
unpause()
updatePauserAddress(address pauserAddress_)
updateTssAddress(address tssAddress_)
Paused(address account)
PauserAddressUpdated(address callerAddress, address newTssAddress)
TSSAddressUpdated(address callerAddress, address newTssAddress)
TSSAddressUpdaterUpdated(address callerAddress, address newTssUpdaterAddress)
Unpaused(address account)
ZetaReceived(bytes zetaTxSenderAddress, uint256 indexed sourceChainId, address indexed destinationAddress, uint256 zetaValue, bytes message, bytes32 indexed internalSendHash)
ZetaReverted(address zetaTxSenderAddress, uint256 sourceChainId, uint256 indexed destinationChainId, bytes destinationAddress, uint256 remainingZetaValue, bytes message, bytes32 indexed internalSendHash)
ZetaSent(address sourceTxOriginAddress, address indexed zetaTxSenderAddress, uint256 indexed destinationChainId, bytes destinationAddress, uint256 zetaValueAndGas, uint256 destinationGasLimit, bytes message, bytes zetaParams)
constructor(address zetaToken_, address tssAddress_, address tssAddressUpdater_, address pauserAddress_)
This contract contains no fallback and receive objects.
CallerIsNotPauser(address caller)
CallerIsNotTss(address caller)
CallerIsNotTssOrUpdater(address caller)
CallerIsNotTssUpdater(address caller)
ExceedsMaxSupply(uint256 maxSupply)
InvalidAddress()
ZetaTransferError()