CircleBridgeProxy
Verified contract
Active on
Base with 1,231 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,406.37)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 2.4095K | $0.998605 |
$2,406.14 | |
WGC | ERC-20 | 200 | $0.000553 |
$0.11 | |
GRG | ERC-20 | 0.05 | $1.29 |
$0.06 | |
GOCHU | ERC-20 | 50K | $0.000001 |
$0.05 | |
USA | ERC-20 | 1 | $0.000783 |
$0 | |
kurbi | ERC-20 | 0.1 | $0.000785 |
$0 | |
GENOME | ERC-20 | 0 | $0.023546 |
$0 | |
| ERC-20 | 9K | -- | -- | |
BASED | ERC-20 | 5.444K | -- | -- | |
TQS | ERC-20 | 3K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22706276 | a day ago | | | 0 | 0.0000051496012 | |
| 22663484 | 2 days ago | | | 0 | 0.0000010869428 | |
| 22662655 | 2 days ago | | | 0 | 0.0000010516946 | |
| 22658428 | 2 days ago | | | 0 | 0.0000011212676 | |
| 22658129 | 2 days ago | | | 0 | 0.0000028144182 | |
| 22651560 | 2 days ago | | | 0 | 0.0000014285562 | |
| 22642782 | 2 days ago | | | 0 | 0.0000010873269 | |
| 22623814 | 3 days ago | | | 0 | 0.0000011154031 | |
| 22588875 | 4 days ago | | | 0 | 0.0000010787676 | |
| 22581834 | 4 days ago | | | 0 | 0.0000010874140 |
ABI
ABI objects
Getter at block 22746014
circleBridge() view returns (address)
0x1682ae6375c4e4a97e4b583bc394c861a46d8962
feeCollector() view returns (address)
0x4c1806e28cf5a1b364c28344828cb0610d167189
feePercGlobal() view returns (uint32)
0
owner() view returns (address)
0x34dfa1226f8b3e36fe597b34eea809a2b5c0bbf9
paused() view returns (bool)
false
Read-only
chidToDomain(uint64) view returns (int32)
dstTxFee(uint64) view returns (uint256)
feePercOverride(uint64) view returns (uint32)
governors(address) view returns (bool)
isGovernor(address _account) view returns (bool)
isPauser(address account) view returns (bool)
pausers(address) view returns (bool)
totalFee(uint256 _amount, uint64 _dstChid) view returns (uint256 _fee, uint256 _txFee, uint256 _percFee)
State-modifying
Events addGovernor(address _account)
addPauser(address account)
collectFee(address[] _tokens, address _to)
depositForBurn(uint256 _amount, uint64 _dstChid, bytes32 _mintRecipient, address _burnToken) returns (uint64 _nonce)
pause()
removeGovernor(address _account)
removePauser(address account)
renounceGovernor()
renouncePauser()
setChidToDomain(uint64[] _chainIds, int32[] _domains)
setFeeCollector(address _feeCollector)
setFeePerc(uint64[] _chainIds, uint32[] _feePercs)
setTxFee(uint64[] _chainIds, uint256[] _fees)
transferOwnership(address newOwner)
unpause()
ChidToDomainUpdated(uint64[] chainIds, int32[] domains)
Deposited(address sender, bytes32 recipient, uint64 dstChid, uint256 amount, uint256 txFee, uint256 percFee, uint64 nonce)
FeeCollectorUpdated(address from, address to)
FeePercUpdated(uint64[] chainIds, uint32[] feePercs)
GovernorAdded(address account)
GovernorRemoved(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address account)
PauserRemoved(address account)
TxFeeUpdated(uint64[] chainIds, uint256[] fees)
Unpaused(address account)
constructor(address _circleBridge, address _feeCollector)
This contract contains no fallback and receive objects.
This contract contains no error objects.