CircleBridgeProxy
Verified contract
Active on
Ethereum with 1,819 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($56.80)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 56.8 | $0.999995 |
$56.8 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21096563 | 16 hours ago | | | 0 | 0.00072113761 | |
| 21096112 | 18 hours ago | | | 0 | 0.00082137463 | |
| 21095511 | 20 hours ago | | | 0 | 0.0012569887 | |
| 21089808 | 2 days ago | | | 0 | 0.0014334356 | |
| 21088602 | 2 days ago | | | 0 | 0.0016166674 | |
| 21087404 | 2 days ago | | | 0 | 0.0019097374 | |
| 21081810 | 3 days ago | | | 0 | 0.0014429182 | |
| 21075820 | 4 days ago | | | 0 | 0.0017639612 | |
| 21073380 | 4 days ago | | | 0 | 0.0031237979 | |
| 21072650 | 4 days ago | | | 0 | 0.0037696651 |
ABI
ABI objects
Getter at block 21101469
circleBridge() view returns (address)
0xbd3fa81b58ba92a82136038b25adec7066af3155
feeCollector() view returns (address)
0x4c1806e28cf5a1b364c28344828cb0610d167189
feePercGlobal() view returns (uint32)
0
owner() view returns (address)
0xf380166f8490f24af32bf47d1aa217fba62b6575
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.