StealthRelayer
Verified contract
Active on
Ethereum with 5,046 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "StealthRelayer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240106 | 12 hours ago | | | 0 | 0.0064977502 | |
| 21240011 | 12 hours ago | | | 0 | 0.012166119 | |
| 21239262 | 15 hours ago | | | 0 | 0.011743182 | |
| 21238114 | 19 hours ago | | | 0 | 0.015037833 | |
| 21236548 | a day ago | | | 0 | 0.015878225 | |
| 21232423 | 2 days ago | | | 0 | 0.014460736 | |
| 21231386 | 2 days ago | | | 0 | 0.023414083 | |
| 21230683 | 2 days ago | | | 0 | 0.015668472 | |
| 21230536 | 2 days ago | | | 0 | 0.013588993 | |
| 21230002 | 2 days ago | | | 0 | 0.018410659 |
ABI
ABI objects
Getter at block 21243683
ETH_ADDRESS() view returns (address)
0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee
caller() view returns (address)
0x0000000000000000000000000000000000000000
forceBlockProtection() view returns (bool)
true
governor() view returns (address)
0x2c01b4ad51a67e2d8f02208f54df9ac4c0b778b6
jobs() view returns (address[] _jobsList)
[0x2150b45626199CFa5089368BDcA30cd0bfB152D6, 0x7d2aB9CA511EBD6F03971Fb417d3492aA82513f0, 0xE6DD4B94B0143142E6d7ef3110029c1dcE8215cb, 0x220a85bCd2212ab0b27EFd0de8b5e03175f0adee]
penalty() view returns (uint256)
1000000000000000000
pendingGovernor() view returns (address)
0x0000000000000000000000000000000000000000
stealthVault() view returns (address)
0x966fa7acf1b6c732458e4d3264fd2393aec840ba
Read-only
isGovernor(address _account) view returns (bool _isGovernor)
State-modifying
Events acceptGovernor()
addJob(address _job)
addJobs(address[] _jobsList)
execute(address _job, bytes _callData, bytes32 _stealthHash, uint256 _blockNumber) payable returns (bytes _returnData)
executeAndPay(address _job, bytes _callData, bytes32 _stealthHash, uint256 _blockNumber, uint256 _payment) payable returns (bytes _returnData)
executeWithoutBlockProtection(address _job, bytes _callData, bytes32 _stealthHash) payable returns (bytes _returnData)
executeWithoutBlockProtectionAndPay(address _job, bytes _callData, bytes32 _stealthHash, uint256 _payment) payable returns (bytes _returnData)
removeJob(address _job)
removeJobs(address[] _jobsList)
sendDust(address _to, address _token, uint256 _amount)
setForceBlockProtection(bool _forceBlockProtection)
setPenalty(uint256 _penalty)
setPendingGovernor(address _pendingGovernor)
setStealthVault(address _stealthVault)
DustSent(address _to, address token, uint256 amount)
GovernorAccepted()
MigratedStealthVault(address _migratedTo)
PenaltySet(uint256 _penalty)
PendingGovernorSet(address pendingGovernor)
StealthVaultSet(address _stealthVault)
constructor(address _stealthVault)
This contract contains no fallback and receive objects.
This contract contains no error objects.