Employables

Verified contract

Proxy

Active on Ethereum with 4,119 txns
Deployed by via 0xb3d6a581 at 14807802
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 41 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
12 additional variables

No balances found for "Employables"

0x72205346cc8f4e33307a86620d30d927fc8933f01f6599374c988f1ca2bb36e5
0x80ffa328cf839638e1caafb123442f28d5183120d9103670a0ef30bfc03c8873
0x23ab29a5740f5a1fba30af019c6b06ba869559c058fed9216bc16ac2c6038b0e
0xe6ef6b2d8efa9bfb697c6a2ef3883f8fd11bbdd7e59ddda603655209a7d1df75
0x2d967af3bf127a5acd02da3d95667bb5f3d420c61251909f768ff51cff27684f
0x3086ea4e1cf0709ba8687b305c057ced007a53f6fb664959992f1c425823ec86
0x8b805118b9427d29eb6a35bb93dc6b93efa6bb446b2f388a7433362e45de4f53
From
0x3a6d9a5fc73fb12730b334cd75a336debe7d821cdc4f8e7d2016a208ec113b9e
0x8220bc6894d32ea7a5ef78cb54712158741b49148ea170483f6be68ec6566855
0xc32cb5dd7a15f82b991572d06d55fe95e9ee65c685d3caf05a78256eeeaaacec

Functions
Getter at block 21225095
implementation(view returns (address)
0xe44a70d5874808b79f9680160923f653a81c9319
cost(view returns (uint256)
0
getWithdrawSplit(view returns (address[]uint256[])
([0x460Fd5059E7301680fA53E63bbBF7272E643e89C, 0x283edB9B651232481A1185FA1638489D2273B1b3], [49, 951])
maxPerMint(view returns (uint32)
3
maxPerWallet(view returns (uint32)
3
name(view returns (string)
Employables
open(view returns (bool)
true
owner(view returns (address)
0x4aee64bc97c5ef4a590579ed1a25c76ebc77e8f8
presaleOpen(view returns (bool)
true
referralCap(view returns (uint256)
0
referralOpen(view returns (bool)
false
reqToken(view returns (address)
0x0000000000000000000000000000000000000000
revealed(view returns (bool)
true
supply(view returns (uint256)
5000
symbol(view returns (string)
EMP
totalSupply(view returns (uint256)
5000
Read-only
affiliatesOf(address ownerview returns (uint256)
balanceOf(address ownerview returns (uint256)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721AUpgradeableTokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721AUpgradeableTokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (address receiveruint256 royaltyAmount)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
airdrop(address[] _recipientsuint256[] _amount
approve(address touint256 tokenId
burn(uint256 tokenId
initialize(string _namestring _symboluint256 _maxSupply
mint(uint256 countpayable 
mintAll(payable 
presaleMint(uint32 countbytes32[] proofpayable 
referralMint(uint32 countaddress referrerpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCommission(uint256 _val1
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updatePresale(bool _openbytes32 root
updateReferral(bool _openuint256 _val
updateReqToken(address _address
updateReveal(bool _revealedstring _uri
updateRoyalties(address _recipientuint256 _fee
updateSale(bool _openuint256 _costuint32 _maxWuint32 _maxM
updateWithdrawSplit(address[] _addressesuint256[] _fees
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symboluint256 _totalSupply
Fallback and receive
fallback(
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
InvalidQueryRange(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(