Shameless Sandwich Snatchers
Verified contract
Active on
Ethereum with 55 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,849.77 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17785091 | a year ago | | | 0 | 0.0015527492 | |
| 17763889 | a year ago | | | 0 | 0.0022869080 | |
| 17742546 | a year ago | | | 0 | 0.0016281264 | |
| 17714082 | a year ago | | | 0 | 0.0013783983 | |
| 17694974 | a year ago | | | 0 | 0.00072308522 | |
| 17658286 | a year ago | | | 0 | 0.00099132590 | |
| 17640305 | a year ago | | | 0.05 | 0.0036823088 | |
| 17579904 | a year ago | | | 0 | 0.0011162000 | |
| 17573200 | a year ago | | | 0.05 | 0.0025520582 | |
| 17566257 | a year ago | | | 0 | 0.0010867475 |
ABI
ABI objects
Getter at block 21403603
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://bafybeif2qycxtyglxibky6ujub27njyyzshcfyjkapsh5xuvapskvh2jde/
cost() view returns (uint256)
50000000000000000
getSelfAddress() view returns (address)
0xe1e79beaa9ae7537af3a137f8c27ca8a75ae2a94
maxMintAmount() view returns (uint256)
10
maxSupply() view returns (uint256)
997
name() view returns (string)
Shameless Sandwich Snatchers
owner() view returns (address)
0xd5d8f9ec5ebc83402f5e08a9f2b02fc765979671
paused() view returns (bool)
false
symbol() view returns (string)
SSS
totalSupply() view returns (uint256)
145
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(address _to, uint256 _mintAmount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseExtension(string _newBaseExtension)
setBaseURI(string _newBaseURI)
setCost(uint256 _newCost)
setmaxMintAmount(uint256 _newmaxMintAmount)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
withdrawToWithdrawer(address _withdrawer, uint256 _amount) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol, string _initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.