Shilly Sharks
Verified contract
Active on
Ethereum with 203 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Shilly Sharks"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15235827 | 2 years ago | | | 0 | 0.00065333870 | |
| 15197556 | 2 years ago | | | 0 | 0.00031482311 | |
| 15191524 | 2 years ago | | | 0.001 | 0.0010963984 | |
| 15191519 | 2 years ago | | | 0.001 | 0.0013487779 | |
| 15191494 | 2 years ago | | | 0.01 | 0.0014924649 | |
| 15191418 | 2 years ago | | | 0.001 | 0.0010322200 | |
| 15191407 | 2 years ago | | | 0.01 | 0.00082694681 | |
| 15190316 | 2 years ago | | | 0.001 | 0.00078960580 | |
| 15190149 | 2 years ago | | | 0.001 | 0.00081467352 | |
| 15190058 | 2 years ago | | | 0.001 | 0.0013724620 |
ABI
ABI objects
Getter at block 21431476
baseURI() view returns (string)
maxMintAmountPerTxn() view returns (uint256)
10
maxSupply() view returns (uint256)
1000
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Shilly Sharks
owner() view returns (address)
0xd170b752ab6b297647993a137142fccb9dfe5a9c
paused() view returns (bool)
false
symbol() view returns (string)
SHSHARK
totalMinted() view returns (uint256)
1000
totalSupply() view returns (uint256)
1000
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address to, uint256 count)
mint(uint256 count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setMintPrice(uint256 _mintPrice)
setPaused(bool _state)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()