AutoSniper
Verified contract
Active on
Ethereum with 236 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,357.10)
Native
Value
$2,357.1
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.711952 | $3,310.76 |
$2,357.1 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16992513 | 2 years ago | | | 0 | 0.00069584791 | |
| 16992483 | 2 years ago | | | 0 | 0.00068400513 | |
| 16898397 | 2 years ago | | | 0 | 0.0010384976 | |
| 16887716 | 2 years ago | | | 0 | 0.00032941632 | |
| 16887652 | 2 years ago | | | 0.75 | 0.00074093918 | |
| 16875191 | 2 years ago | | | 0 | 0.00039496741 | |
| 16837375 | 2 years ago | | | 0 | 0.00062953457 | |
| 16832254 | 2 years ago | | | 0 | 0.00057263374 | |
| 16828396 | 2 years ago | | | 0 | 0.0011084202 | |
| 16826199 | 2 years ago | | | 0 | 0.00074613371 |
ABI
ABI objects
Getter at block 21261476
minimumTip() view returns (uint256)
5000000000000000
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, uint256 maxTip)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events configureMarket(address marketplace, bool status)
deposit(address sniper) payable
depositSelf() payable
fulfillOrder(struct SniperOrder order, uint256 wethAmount)
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()
rescueERC1155(address asset, uint256[] ids, uint256[] amounts, address recipient)
rescueERC20(address asset, address recipient)
rescueERC721(address asset, uint256[] ids, address recipient)
setFulfillerAddress(address _fulfiller)
setMinimumTip(uint256 tip)
setUserAllowedMarketplaces(bool guardEnabled, bool marketplaceAllowed, address[] marketplaces)
setUserAllowedNfts(bool guardEnabled, bool nftAllowed, address[] nfts)
setUserMaxTip(uint256 maxTipInWei)
transferOwnership(address newOwner)
withdraw(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SnipeSuccessful(address nftContractAddress, uint256 tokenId, address sniper)
constructor(address _fulfiller)
receive()
CallerNotFulfiller()
FailedToWithdraw()
InsufficientBalance()
MarketplaceNotAllowed()
MaxTipExceeded()
OrderFailed()
TipBelowMinimum()
TokenContractNotAllowed()