Employables

Verified contract

Active on Ethereum with 7,750 txns
Deployed by via 0xea66f944 at 14889826
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Employables"

0x6ace0348218c971dcb39aa2df60afb6105d1bb87c142d7e040d6174332c03c9f
0xa5a0d6fc351e128258b4e74b0a2b8600bcc13442095124c4167a026fd57da753
0xb1fbd81ffe729c4078305afcbd0efd65ee21ec6e9d89939dac0785f3f9d49c43
0x9fcb51c05c857e7c40df8776825e3f4713598f866897f2c55844c1ea61608a4f
0xaf498691ff775139de1082ce2bd0bad4768163de0eab2ca709f6d56f29a8eca3
0x2095731650328a914518de1cb7cdcfe3677030e5cb47e4ff6c9ddcb98d7a1274
0x22855f67368af78f7c752027b447fb33d4aa23b88c79f3aed591f4bcbd71b15c
0x23f2e998883b4740d607ca28ddd2a6377fe957ca69fb81043b3567c733dd237e
0x7c44166a19c6cdb8e6adf225db30ad659a060f1d7a6b33921f67e5491fdd31d0
0xf5905db8557bef23392f14ee0c6a765dccd3058cfcd3063e4c73ecaf0b888ab9

Functions
Getter at block 20879578
MAX_SUPPLY(view returns (uint256)
5000
PUBLIC_SUPPLY(view returns (uint256)
250
TEAM_SUPPLY(view returns (uint256)
150
mint_status(view returns (uint256)
0
name(view returns (string)
Employables
owner(view returns (address)
0xb1995a82eeba4e36d964bbc871fb08bff4ed862b
public_price(view returns (uint256)
29000000000000000
symbol(view returns (string)
EMP
totalSupply(view returns (uint256)
5000
Read-only
FreeMintClaimed(addressview returns (bool)
FreeMintRootMap(uint256view returns (bytes32)
balanceOf(address ownerview returns (uint256)
canMint(address addrbytes32[] _merkleProofview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
isList(address addrbytes32 merkleRootbytes32[] _merkleProofview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
claim(bytes32[] _merkleProofuint256 amount
giveaway(address[] _touint256 amount
mint(bytes32[] _merkleProofuint256 amountpayable 
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _uri
setFreeMintRoot(uint256 _rootuint256 _amount
setMintMaxSupply(uint256 _max_supply
setMintPublicPrice(uint256 _price
setMintStatus(uint256 _status
transferFrom(address fromaddress touint256 tokenId
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbol
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(