Job Application
Verified contract
Active on
Ethereum with 174 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 "Job Application"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15114847 | 2 years ago | | | 0 | 0.00065687569 | |
| 14880793 | 2 years ago | | | 0 | 0.0011627307 | |
| 14880785 | 2 years ago | | | 0 | 0.0014310500 | |
| 14880769 | 2 years ago | | | 0 | 0.0016920839 | |
| 14880769 | 2 years ago | | | 0 | 0.0016920839 | |
| 14880769 | 2 years ago | | | 0 | 0.0016920839 | |
| 14880769 | 2 years ago | | | 0 | 0.0016920839 | |
| 14880769 | 2 years ago | | | 0 | 0.0016920839 | |
| 14880769 | 2 years ago | | | 0 | 0.0017493259 | |
| 14880768 | 2 years ago | | | 0 | 0.0015169130 |
ABI
ABI objects
Getter at block 21215141
MAX_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
1111
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmaF8o6Uc1RmLFEj5FqCfVwpaPAPPHvtFxLmaK35NYNyjm/
name() view returns (string)
Job Application
owner() view returns (address)
0x55f8c5a199f9663b844c2023748fee3d8aee42c6
paused() view returns (bool)
false
price() view returns (uint256)
0
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
revealed() view returns (bool)
false
symbol() view returns (string)
APP
totalSupply() view returns (uint256)
1111
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address _owner) view returns (uint256)
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)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setPrice(uint256 _price)
setupOS()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
MintedQueryForZeroAddress()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()