ETH Price: $1,914.74 (+0.54%)
 

Overview

ETH Balance

0.2682 ETH

ETH Value

$513.53 (@ $1,914.74/ETH)

More Info

Private Name Tags

Multichain Info

1 address found via
Transaction Hash
Block
From
To
Initialize_compa...193753612024-09-05 12:41:09701 days ago1725540069IN
0xeE8338Ee...f742B78f9
0 ETH0.000000230.00497816

Latest 25 internal transactions (View All)

Parent Transaction Hash Block From To
320638962025-06-26 5:52:19407 days ago1750917139
0xeE8338Ee...f742B78f9
0.002 ETH
320365162025-06-25 14:39:39408 days ago1750862379
0xeE8338Ee...f742B78f9
0.002 ETH
314337122025-06-11 15:46:11422 days ago1749656771
0xeE8338Ee...f742B78f9
0.01 ETH
308987842025-05-30 6:35:15434 days ago1748586915
0xeE8338Ee...f742B78f9
0.05 ETH
304417762025-05-19 16:41:39445 days ago1747672899
0xeE8338Ee...f742B78f9
0.001 ETH
298808962025-05-06 17:05:39458 days ago1746551139
0xeE8338Ee...f742B78f9
0.001 ETH
296680962025-05-01 18:52:19463 days ago1746125539
0xeE8338Ee...f742B78f9
0.05 ETH
295352882025-04-28 17:05:23466 days ago1745859923
0xeE8338Ee...f742B78f9
0.01 ETH
290102432025-04-16 13:23:53478 days ago1744809833
0xeE8338Ee...f742B78f9
0.001 ETH
284093612025-04-02 15:34:29492 days ago1743608069
0xeE8338Ee...f742B78f9
0.05 ETH
282784802025-03-30 14:51:47495 days ago1743346307
0xeE8338Ee...f742B78f9
0.05 ETH
282000162025-03-28 19:16:19497 days ago1743189379
0xeE8338Ee...f742B78f9
0.001 ETH
278047462025-03-19 15:40:39506 days ago1742398839
0xeE8338Ee...f742B78f9
0.001 ETH
277668782025-03-18 18:38:23507 days ago1742323103
0xeE8338Ee...f742B78f9
0.0001 ETH
277662542025-03-18 18:17:35507 days ago1742321855
0xeE8338Ee...f742B78f9
0.0001 ETH
277276242025-03-17 20:49:55508 days ago1742244595
0xeE8338Ee...f742B78f9
0.001 ETH
224553702024-11-15 19:48:07630 days ago1731700087
0xeE8338Ee...f742B78f9
0.001 ETH
224464352024-11-15 14:50:17630 days ago1731682217
0xeE8338Ee...f742B78f9
0.005 ETH
220646442024-11-06 18:43:55639 days ago1730918635
0xeE8338Ee...f742B78f9
0.001 ETH
216806092024-10-28 21:22:45648 days ago1730150565
0xeE8338Ee...f742B78f9
0.005 ETH
215472632024-10-25 19:17:53651 days ago1729883873
0xeE8338Ee...f742B78f9
0.004 ETH
213660912024-10-21 14:38:49655 days ago1729521529
0xeE8338Ee...f742B78f9
0.001 ETH
199274392024-09-18 7:23:45688 days ago1726644225
0xeE8338Ee...f742B78f9
0.01 ETH
199250142024-09-18 6:02:55688 days ago1726639375
0xeE8338Ee...f742B78f9
0.01 ETH
193872442024-09-05 19:17:15701 days ago1725563835
0xeE8338Ee...f742B78f9
0.001 ETH
View All Internal Transactions

Cross-Chain Transactions
Loading...
Loading
Exact Match Similar Match: 0x14dBCf69...7c2bbd346
Constructor

Contract Name

Compass Fee Manager

Compiler Version
vyper:0.3.10
Optimization Enabled
N/A
Other Settings
default evmVersion
License
Apache-2.0
Contract Source Code (Vyper language format)
Contract Security Audit
No Contract Security Audit SubmittedSubmit Audit Here
Contract ABI
API
[{"name":"Deposit","inputs":[{"name":"depositor_paloma_address","type":"bytes32","indexed":false},{"name":"amount","type":"uint256","indexed":false}],"anonymous":false,"type":"event"},{"name":"Withdraw","inputs":[{"name":"receiver","type":"address","indexed":false},{"name":"amount","type":"uint256","indexed":false}],"anonymous":false,"type":"event"},{"name":"SecurityFeeTopup","inputs":[{"name":"amount","type":"uint256","indexed":false}],"anonymous":false,"type":"event"},{"name":"FeeTransfer","inputs":[{"name":"fee_payer_paloma_address","type":"bytes32","indexed":false},{"name":"community_fee","type":"uint256","indexed":false},{"name":"security_fee","type":"uint256","indexed":false},{"name":"relayer_fee","type":"uint256","indexed":false},{"name":"relayer","type":"address","indexed":false}],"anonymous":false,"type":"event"},{"name":"ReserveSecurityFee","inputs":[{"name":"sender","type":"address","indexed":false},{"name":"gas_fee_amount","type":"uint256","indexed":false}],"anonymous":false,"type":"event"},{"name":"BridgeCommunityFeeToPaloma","inputs":[{"name":"amount","type":"uint256","indexed":false}],"anonymous":false,"type":"event"},{"name":"UpdateCompass","inputs":[{"name":"new_compass","type":"address","indexed":false}],"anonymous":false,"type":"event"},{"name":"InitializeCompass","inputs":[{"name":"compass","type":"address","indexed":false}],"anonymous":false,"type":"event"},{"name":"InitializeGrain","inputs":[{"name":"grain","type":"address","indexed":false}],"anonymous":false,"type":"event"},{"stateMutability":"nonpayable","type":"constructor","inputs":[],"outputs":[]},{"stateMutability":"payable","type":"function","name":"deposit","inputs":[{"name":"depositor_paloma_address","type":"bytes32"}],"outputs":[]},{"stateMutability":"nonpayable","type":"function","name":"withdraw","inputs":[{"name":"receiver","type":"address"},{"name":"amount","type":"uint256"},{"name":"dex","type":"address"},{"name":"payload","type":"bytes"},{"name":"min_grain","type":"uint256"}],"outputs":[]},{"stateMutability":"payable","type":"function","name":"security_fee_topup","inputs":[],"outputs":[]},{"stateMutability":"nonpayable","type":"function","name":"transfer_fees","inputs":[{"name":"fee_args","type":"tuple","components":[{"name":"relayer_fee","type":"uint256"},{"name":"community_fee","type":"uint256"},{"name":"security_fee","type":"uint256"},{"name":"fee_payer_paloma_address","type":"bytes32"}]},{"name":"relayer","type":"address"}],"outputs":[]},{"stateMutability":"nonpayable","type":"function","name":"reserve_security_fee","inputs":[{"name":"sender","type":"address"},{"name":"gas_fee_amount","type":"uint256"}],"outputs":[]},{"stateMutability":"nonpayable","type":"function","name":"bridge_community_fee_to_paloma","inputs":[{"name":"amount","type":"uint256"},{"name":"dex","type":"address"},{"name":"payload","type":"bytes"},{"name":"min_grain","type":"uint256"}],"outputs":[{"name":"","type":"uint256"}]},{"stateMutability":"nonpayable","type":"function","name":"update_compass","inputs":[{"name":"_new_compass","type":"address"}],"outputs":[]},{"stateMutability":"nonpayable","type":"function","name":"initialize_compass","inputs":[{"name":"_compass","type":"address"}],"outputs":[]},{"stateMutability":"nonpayable","type":"function","name":"initialize_grain","inputs":[{"name":"_compass","type":"address"},{"name":"_grain","type":"address"}],"outputs":[]},{"stateMutability":"view","type":"function","name":"compass","inputs":[],"outputs":[{"name":"","type":"address"}]},{"stateMutability":"view","type":"function","name":"grain","inputs":[],"outputs":[{"name":"","type":"address"}]},{"stateMutability":"view","type":"function","name":"rewards_community_balance","inputs":[],"outputs":[{"name":"","type":"uint256"}]},{"stateMutability":"view","type":"function","name":"rewards_security_balance","inputs":[],"outputs":[{"name":"","type":"uint256"}]},{"stateMutability":"view","type":"function","name":"funds","inputs":[{"name":"arg0","type":"bytes32"}],"outputs":[{"name":"","type":"uint256"}]},{"stateMutability":"view","type":"function","name":"claimable_rewards","inputs":[{"name":"arg0","type":"address"}],"outputs":[{"name":"","type":"uint256"}]},{"stateMutability":"view","type":"function","name":"total_funds","inputs":[],"outputs":[{"name":"","type":"uint256"}]},{"stateMutability":"view","type":"function","name":"total_claims","inputs":[],"outputs":[{"name":"","type":"uint256"}]}]
Deployed Bytecode
0x5f3560e01c60026014820660011b610c9e01601e395f51565b63eb8acce681186109f65734610c9a5760015460405260206040f36109f6565b637f67b0ff81186109f65734610c9a5760025460405260206040f36109f6565b631bf2389081186109f65734610c9a5760035460405260206040f36109f6565b63346c573e81186109f65734610c9a5760045460405260206040f36109f6565b636a29a62081186109f657602436103417610c9a5760056004356020525f5260405f205460405260206040f36109f6565b636d84534a811861010457602436103417610c9a576004358060a01c610c9a5760405260066040516020525f5260405f205460605260206060f35b63ffd8d4aa81186109f65760a436103417610c9a576084358060a01c610c9a57610100526024353a808202811583838304141715610c9a5790509050610120526044353a808202811583838304141715610c9a5790509050610140526004353a808202811583838304141715610c9a5790509050610160526101205161014051808201828110610c9a579050905061016051808201828110610c9a5790509050610180526001546101a0526101a0516040526101be6109fa565b61012051600354016003556101405160045401600455610160516006610100516020525f5260405f2054016006610100516020525f5260405f205560056064356020525f5260405f20546101c052610180516101c051101561027f5760126101e0527f496e73756666696369656e742066756e64730000000000000000000000000000610200526101e0506101e0518061020001601f825f031636823750506308c379a06101a05260206101c052601f19601f6101e05101166044016101bcfd5b610180516101c0510360056064356020525f5260405f2055610160516008540160085561018051600754036007557fa23fc7838647604e5a44b56a4620368e5cf7ac218311d95d2d075a4eadd5e27b6064356101e052610120516102005261014051610220526101605161024052610100516102605260a06101e0a1006109f6565b633413881481186109f65734610c9a5760075460405260206040f36109f6565b63c22416b0811861033d5734610c9a5760085460405260206040f35b63d07e9fa081186109f65760c436103417610c9a576004358060a01c610c9a57610560526044358060a01c610c9a5761058052606435600401610404813511610c9a57602081350180826105a03750505f54600214610c9a5760025f556001546109e0526109e0516040526103b06109fa565b6024356006610560516020525f5260405f2054036006610560516020525f5260405f2055600854602435808203828111610c9a57905090506008556024356006610560516020525f5260405f20541015610469576019610a00527f4d697373696e6720636c61696d61626c65207265776172647300000000000000610a2052610a0050610a005180610a2001601f825f031636823750506308c379a06109c05260206109e052601f19601f610a005101166044016109dcfd5b600254610a0052610a00516040526024356060526105805160805260206105a051018060a0826105a060045afa50506084356104e0526104aa610a40610b00565b610a4051610a2052610a005163a9059cbb610a405261056051610a6052610a2051610a8052803b15610c9a575f610a406044610a5c5f855af16104ef573d5f5f3e3d5ffd5b507f884edad9ce6fa2440d8a54cc123490eb96d2768479d49ff9c7366125a942436461056051610a4052610a2051610a60526040610a40a160035f55006109f6565b63b214faa581186109f6576023361115610c9a576001546040526105536109fa565b3460056004356020525f5260405f20540160056004356020525f5260405f205534600754016007557f98e783c3864bbf744a057ef605a2a61701c3b62b5ed68b3745b99094497daf1f6004356101005234610120526040610100a1006109f6565b631d046325811861060b5760015461010052610100516040526105d56109fa565b34600454016004557f8c4ebd98991151767ae91a68433ae48313c93341c3b289a0a6c368c6b2f4658c34610120526020610120a1005b63e06b4ae581186109f657602436103417610c9a576004358060a01c610c9a57604052336020610cc65f395f51186106465760015415610648565b5f5b15610c9a576040516001557fb604a10a7511a47397b8051c52dcf961ebe1e6ba5587e8d3ee904c92897d235360405160605260206060a1006109f6565b63d4bbab4f81186109f657604436103417610c9a576004358060a01c610c9a57610100526024353a808202811583838304141715610c9a57905090506101205260015461014052610140516040526106db6109fa565b6004546101605261012051610160511061076257610120516101605103600455610120516006610100516020525f5260405f2054016006610100516020525f5260405f205561012051600854016008557f9ddad2e2fd4da765981ff0b76eb6198953fe25e23fec89bfd45b6ec3fdbac52061010051610180526024356101a0526040610180a15b006109f6565b6306c9624d81186109f65760a436103417610c9a576024358060a01c610c9a5761056052604435600401610404813511610c9a57602081350180826105803750506001546109c0526109c0516040526107bf6109fa565b6002546109e052600354610a0052600435610a0051101561083f57601a610a20527f496e73756666696369656e7420636f6d6d756e69747920666565000000000000610a4052610a2050610a205180610a4001601f825f031636823750506308c379a06109e0526020610a0052601f19601f610a205101166044016109fcfd5b600435610a0051036003556109e05160405260043560605261056051608052602061058051018060a08261058060045afa50506064356104e052610884610a40610b00565b610a4051610a20526109e05163a9059cbb610a40526109c051610a6052610a2051610a8052803b15610c9a575f610a406044610a5c5f855af16108c9573d5f5f3e3d5ffd5b507f5d8d2daa14836f36b707cfe44d20b8975bc8b7cf348f9410f142d71b413b48ae610a2051610a40526020610a40a16020610a20f36109f6565b636974af6981186109f657602436103417610c9a576004358060a01c610c9a57610100526001546040526109366109fa565b610100516001557f2c7256154578d945bd7d657937a8b845e5d4db9945c81fcc332b1d7e119589fa61010051610120526020610120a1006109f6565b63c600067a81186109f657604436103417610c9a576004358060a01c610c9a576040526024358060a01c610c9a57606052336020610cc65f395f51186109bb57600254156109bd565b5f5b15610c9a576060516002557fe155d0247980335109c27a0f9b6f21c5d53bf5af637fd2f824fd27ec705801e260605160805260206080a1005b5f5ffd5b604051331815610a6057600b6060527f4e6f7420436f6d7061737300000000000000000000000000000000000000000060805260605060605180608001601f825f031636823750506308c379a06020526020604052601f19601f6060510116604401603cfd5b60405163844105e1606052602060606004607c845afa610a82573d5f5f3e3d5ffd5b60203d10610c9a576060518060011c610c9a5760a05260a090505115610afe57601260c0527f534c4320697320756e617661696c61626c65000000000000000000000000000060e05260c05060c0518060e001601f825f031636823750506308c379a0608052602060a052601f19601f60c0510116604401609cfd5b565b6104e051610b6d576020610500527f4d696e20677261696e206d7573742062652067726561746572207468616e20306105205261050050610500518061052001601f825f031636823750506308c379a06104c05260206104e052601f19601f6105005101166044016104dcfd5b6040516370a082316105205230610540526020610520602461053c845afa610b97573d5f5f3e3d5ffd5b60203d10610c9a57610520905051610500526080516060515a60a0505f5f60a05160c0858786f1905090509050610bd0573d5f5f3e3d5ffd5b6040516370a082316105205230610540526020610520602461053c845afa610bfa573d5f5f3e3d5ffd5b60203d10610c9a5761052090505161050051808203828111610c9a5790509050610500526104e051610500511015610c9157601b610520527f496e73756666696369656e7420677261696e20726563656976656400000000006105405261052050610520518061054001601f825f031636823750506308c379a06104e052602061050052601f19601f6105205101166044016104fcfd5b61050051815250565b5f80fd00980904001809f6005809f6097209f6032105b409f6003803010531007809f609f6076800c90685000000000000000000000000a3b473b9b14a1bf3fa9fb26a9b9e749196d0f34e
🤖 Code Reader

Generate instant answers for your smart contract questions using Al Models. Read more.

Block Transaction Difficulty Gas Used Reward
View All Blocks Produced

Block Uncle Number Difficulty Gas Used Reward
View All Uncles
Loading...
Loading
Loading...
Loading
Loading...
Loading

Validator Index Block Amount
View All Withdrawals

Transaction Hash Block Value Eth2 PubKey Valid
View All Deposits
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.