Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Lockjaw"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18908492 | 10 months ago | | | 0 | 0.00056397934 | |
| 17035734 | 2 years ago | | | 0 | 0.0012174438 | |
| 16899627 | 2 years ago | | | 0 | 0.0011951935 | |
| 16229987 | 2 years ago | | | 0 | 0.00055728733 | |
| 15493608 | 2 years ago | | | 0 | 0.0015021208 | |
| 15094714 | 2 years ago | | | 0 | 0.00050934709 | |
| 15094665 | 2 years ago | | | 0 | 0.00042126457 | |
| 14870992 | 2 years ago | | | 0 | 0.0011033275 | |
| 14855754 | 2 years ago | | | 0 | 0.00092191150 | |
| 14835977 | 2 years ago | | | 0 | 0.00073581168 |
ABI
ABI objects
Getter at block 21172281
LICENSE_TEXT() view returns (string)
LockjawPrice() view returns (uint256)
80000000000000000
MAX_LOCKJAW() view returns (uint256)
9999
PROVENANCE() view returns (string)
baseURI() view returns (string)
https://lockjaw-prod-prereveal.herokuapp.com/api/skull/
contractURI() view returns (string)
https://lockjaw-prod-prereveal.herokuapp.com/api/skull//contract/lockjaw
lockjawReserve() view returns (uint256)
19
maxLockjawPurchase() view returns (uint256)
15
name() view returns (string)
Lockjaw
owner() view returns (address)
0x1f0ea93d0b4fcd64fe38edcd7c84efcc4a951d97
saleIsActive() view returns (bool)
true
symbol() view returns (string)
LJAW
totalSupply() view returns (uint256)
723
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeLicense(string _license)
flipSaleState()
lockLicense()
mintLockjaw(uint256 numberOfTokens) payable
renounceOwnership()
reserveLockjaw(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxMint(uint256 newMaxMint)
setProvenanceHash(string provenanceHash)
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)
licenseisLocked(string _licenseText)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.