Employables
Verified contract
Active on
Ethereum with 7,750 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 "Employables"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20719335 | 2 months ago | | | 0 | 0.000062695631 | |
| 20719333 | 2 months ago | | | 0 | 0.000063107824 | |
| 20649718 | 3 months ago | | | 0 | 0.000056345564 | |
| 20351644 | 4 months ago | | | 0 | 0.000062192072 | |
| 19997812 | 6 months ago | | | 0 | 0.00043293719 | |
| 19894494 | 6 months ago | | | 0 | 0.000094448051 | |
| 19894492 | 6 months ago | | | 0 | 0.000087945733 | |
| 19791558 | 7 months ago | | | 0 | 0.00026648287 | |
| 19766871 | 7 months ago | | | 0 | 0.00020402157 | |
| 19658706 | 7 months ago | | | 0 | 0.00018246576 |
ABI
ABI objects
Getter at block 21256690
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(address) view returns (bool)
FreeMintRootMap(uint256) view returns (bytes32)
balanceOf(address owner) view returns (uint256)
canMint(address addr, bytes32[] _merkleProof) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isList(address addr, bytes32 merkleRoot, bytes32[] _merkleProof) 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)
claim(bytes32[] _merkleProof, uint256 amount)
giveaway(address[] _to, uint256 amount)
mint(bytes32[] _merkleProof, uint256 amount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
setFreeMintRoot(uint256 _root, uint256 _amount)
setMintMaxSupply(uint256 _max_supply)
setMintPublicPrice(uint256 _price)
setMintStatus(uint256 _status)
transferFrom(address from, address to, uint256 tokenId)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()