AutoSniper
Verified contract
Active on
Ethereum with 2,438 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($16,721.42)
Native
Value
$16,721.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 4.886818 | $3,421.74 |
$16,721.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20025717 | 6 months ago | | | 0 | 0.00067880182 | |
| 19585729 | 8 months ago | | | 0 | 0.00045645726 | |
| 19567291 | 8 months ago | | | 0 | 0.00082782127 | |
| 19567273 | 8 months ago | | | 0 | 0.00089628314 | |
| 19502978 | 8 months ago | | | 0 | 0.00096538266 | |
| 19451829 | 8 months ago | | | 0 | 0.00084795444 | |
| 19451816 | 8 months ago | | | 0.05 | 0.0013321383 | |
| 19451644 | 8 months ago | | | 0 | 0.00094489083 | |
| 19451556 | 8 months ago | | | 0.035 | 0.0011967743 | |
| 19319424 | 9 months ago | | | 0 | 0.0030135734 |
ABI
ABI objects
Getter at block 21269786
migrationEnabled() view returns (bool)
true
name() view returns (string)
oSnipe: AutoSniper V3
nextContractVersionAddress() view returns (address)
0x000000000000fea5f4b241f9e77b4d43b76798a9
owner() view returns (address)
0x507c8252c764489dc1150135ca7e41b01e10ee74
Read-only
allowedMarketplaces(address) view returns (bool)
marketplaceApprovedBySniper(address sniper, address marketplace) view returns (bool)
nftContractApprovedBySniper(address sniper, address nftContract) view returns (bool)
sniperBalances(address) view returns (uint256)
sniperGuardrails(address) view returns (bool marketplaceGuardEnabled, bool nftContractGuardEnabled, bool isPaused, uint72 maxTip)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events configureMarkets(address[] marketplaces, bool status)
deposit(address sniper) payable
depositSelf() payable
fulfillNonCompliantMarketplaceOrder(struct SniperOrder order, struct Claim[] claims, uint256 wethSubsidy)
fulfillOrder(struct SniperOrder order, struct Claim[] claims, uint256 wethSubsidy)
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)
rescueERC1155(address asset, uint256[] ids, uint256[] amounts, address recipient)
rescueERC20(address asset, address recipient)
rescueERC721(address asset, uint256[] ids, address recipient)
sendDirectTipToCoinbase() payable
setFulfillerAddress(address _fulfiller)
setMigrationAddress(address _destination)
setUserAllowedMarketplaces(bool guardEnabled, bool marketplaceAllowed, address[] marketplaces)
setUserAllowedNfts(bool guardEnabled, bool nftAllowed, address[] nfts)
setUserIsPaused(bool isPaused)
setUserMaxTip(uint72 maxTipInWei)
solSnatch(address[] contractAddresses, bytes[] calls, uint256[] values, address sniper, uint256 validatorTip, uint256 fulfillerTip)
transferOwnership(address newOwner)
withdraw(uint256 amount)
Deposit(address sniper, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
Withdrawal(address sniper, uint256 amount)
constructor()
receive()
ArrayLengthMismatch()
CallerNotFulfiller()
ClaimFailed()
FailedToPayAutosniper()
FailedToPayValidator()
FailedToWithdraw()
FulfillerCannotHaveBalance()
InsufficientBalance()
MarketplaceNotAllowed()
MaxTipExceeded()
MigrationNotEnabled()
NoMoneyMoProblems()
OrderFailed()
SniperIsPaused()
TokenContractNotAllowed()