AutoSniper
Verified contract
Active on
Ethereum with 2,355 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($51,407.42)
Native
Value
$51,403.41
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 15.484727 | $3,319.62 |
$51,403.41 | |
WETH | ERC-20 | 0.001209 | $3,323.01 |
$4.02 | |
BT | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244477 | 6 hours ago | | | 0 | 0.0033628386 | |
| 21244211 | 6 hours ago | | | 0 | 0.0040308718 | |
| 21244209 | 6 hours ago | | | 0 | 0.0034160975 | |
| 21243593 | 9 hours ago | | | 0 | 0.0093058575 | |
| 21243462 | 9 hours ago | | | 0 | 0.0054018538 | |
| 21243355 | 9 hours ago | | | 0 | 0.0061888167 | |
| 21242917 | 11 hours ago | | | 0 | 0.0013825043 | |
| 21242747 | 11 hours ago | | | 0 | 0.0052380907 | |
| 21242678 | 12 hours ago | | | 0 | 0.0024505556 | |
| 21242669 | 12 hours ago | | | 0 | 0.0020330532 |
ABI
ABI objects
Getter at block 21246131
migrationEnabled() view returns (bool)
false
nextContractVersionAddress() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address result)
0xd6309d958328352620b8856c0b08bd64c82244d2
Read-only
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
sniperBalance(address sniper) view returns (uint128)
sniperStates(address) view returns (uint128 ethBalance, bool isPaused)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
deposit(address sniper) payable
depositSelf() payable
migrateBalance()
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
onERC721Received(address, uint256, bytes) returns (bytes4)
renounceOwnership() payable
requestOwnershipHandover() payable
rescueERC1155(address asset, uint256[] ids, uint256[] amounts, address recipient)
rescueERC20(address asset, address recipient)
rescueERC721(address asset, uint256[] ids, address recipient)
setFulfillerAddress(address _fulfiller)
setMigrationAddress(address _destination)
setUserIsPaused(bool isPaused)
snipe_2572234525(address[] contractAddresses, bytes[] calls, uint256[] values, address sniper, uint256 validatorTip, uint256 fulfillerTip)
transferOwnership(address newOwner) payable
withdraw(uint256 amount)
Deposit(address sniper, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Withdrawal(address sniper, uint256 amount)
constructor()
receive()
AlreadyInitialized()
ArrayLengthMismatch()
CallerNotFulfiller()
FailedToPayAutosniper()
FailedToPayValidator()
FailedToWithdraw()
FulfillerCannotHaveBalance()
InsufficientBalance()
MigrationNotEnabled()
NewOwnerIsZeroAddress()
NoHandoverRequest()
OrderFailed()
SniperIsPaused()
Unauthorized()