Sleep A Sheep
Verified contract
Active on
Ethereum with 1,604 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6.37)
Native
Value
$6.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.002 | $3,186.83 |
$6.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19058900 | 10 months ago | | | 0 | 0.00051989763 | |
| 17097922 | 2 years ago | | | 0 | 0.00078698140 | |
| 16509880 | 2 years ago | | | 0 | 0.0011189189 | |
| 16096265 | 2 years ago | | | 0 | 0.00049357821 | |
| 16079762 | 2 years ago | | | 0 | 0.00038102791 | |
| 16079762 | 2 years ago | | | 0 | 0.00038102791 | |
| 16079762 | 2 years ago | | | 0 | 0.00038102791 | |
| 16079762 | 2 years ago | | | 0 | 0.00038102791 | |
| 16012625 | 2 years ago | | | 0 | 0.00078236763 | |
| 15988991 | 2 years ago | | | 0 | 0.00066589307 |
ABI
ABI objects
Getter at block 21161064
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
3333
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Sleep A Sheep
owner() view returns (address)
0x5e0093d38e0284ea5a605a5deafb82db6b9d2204
symbol() view returns (string)
Sheep
totalSupply() view returns (uint256)
3147
uriPrefix() view returns (string)
ipfs://QmSfFdPv4wwsMiWGg1rtUfTusVS81xiCqLYxjVkqNV4bLa/
Read-only
balanceOf(address owner) view returns (uint256)
freeMinted(address) view returns (bool)
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)
burn(uint256 amount)
publicMint(uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()