4SHEEPLABS

Verified contract

Active on Ethereum with 347 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "4SHEEPLABS"

0xf3f0ee38ae959d0dd7a4c9100aba376cc89d04110f01c8f5bd9caed3d4d51c64
0x0e8642bed8be7e05e48ba7bc0f5f765c2570cff432729fccb4cfa03ec2b2a1fc
0xb15b231027bb7929723cc601adb26991f76e103098820b05fc7f8120f58543a1
0xe7f8a4de4c85181788baa40a4b7eb9880709f859bc42a02579d24c31f22456dd
0xee01a1450bd898496686ee1e9b1c96975279c9a91926be21221cf3d68b7a099b
0x9159ac0fd40a9ffbbb10ecb125adc1529d1406743378f013dd42fbc0da466dae
0x01678c877089f969a245a547323ce171302543a2db392457162b1216b5e27bba
0x28e0fcc3c60b887fcb75bb5fa56cb1f8ebc6471fa67c963dfc9fca8e387eb866
0x7f35ec0954c9e2b249c5fa91ba6af3efd30a339c963058092fc1ffdc2f5f468b
0x06d7972a5aff16ef388f5975e2a49fa8709d23e1bdf2d87c064da9e505090926

Functions
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
usermint(addressview returns (uint256)
State-modifying
approve(address touint256 tokenId
devMint(address[] marketmintaddressuint256[] mintquantitypayable 
mint(uint256 _quantitypayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _baseTokenURI
setDefaultURI(string _defaultURI
setMaxSupply(uint256 totalsupply
setPublicMintStatus(uint256 status
setPublicPrice(uint256 mintprice
setTxlimit(uint256 txlimit
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdrawMoney(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseTokenURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(