4SHEEPLABS
Verified contract
Active on
Ethereum with 347 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 "4SHEEPLABS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21109399 | 14 days ago | | | 0 | 0.00013352350 | |
| 20453427 | 3 months ago | | | 0 | 0.000050000000 | |
| 20453390 | 3 months ago | | | 0 | 0.000050000000 | |
| 20453364 | 3 months ago | | | 0 | 0.000050000000 | |
| 20453262 | 3 months ago | | | 0 | 0.000050000000 | |
| 20453240 | 3 months ago | | | 0 | 0.000050000000 | |
| 20453213 | 3 months ago | | | 0 | 0.000050000000 | |
| 20453078 | 3 months ago | | | 0 | 0.000050000000 | |
| 20452800 | 3 months ago | | | 0 | 0.000050000000 | |
| 20408234 | 4 months ago | | | 0 | 0.000050000000 |
ABI
ABI objects
Getter at block 21213185
baseTokenURI() view returns (string)
defaultTokenURI() view returns (string)
ipfs://bafkreig4zwb7ugavmwpt6mpje4azqzbeodoavxo4fdlf5qp72o7lsu6qnq
maxSupply() view returns (uint256)
0
name() view returns (string)
4SHEEPLABS
owner() view returns (address)
0x0a77201446701e318ca159775303c5075f0059ea
publicMintStatus() view returns (uint8)
2
publicSalePrice() view returns (uint256)
2
symbol() view returns (string)
4SHEEPLABS
totalSupply() view returns (uint256)
11201
txLimit() view returns (uint256)
100
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)
usermint(address) view returns (uint256)
State-modifying
Events approve(address to, uint256 tokenId)
devMint(address[] marketmintaddress, uint256[] mintquantity) payable
mint(uint256 _quantity) 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 _baseTokenURI)
setDefaultURI(string _defaultURI)
setMaxSupply(uint256 totalsupply)
setPublicMintStatus(uint256 status)
setPublicPrice(uint256 mintprice)
setTxlimit(uint256 txlimit)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawMoney()
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(string _baseTokenURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()