Just Kevin
Verified contract
Active on
Ethereum with 356 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 "Just Kevin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18882287 | a year ago | | | 0 | 0.0011651834 | |
| 18718056 | a year ago | | | 0 | 0.0032186707 | |
| 16932938 | 2 years ago | | | 0 | 0.0012646313 | |
| 16570657 | 2 years ago | | | 0 | 0.0015374266 | |
| 16383636 | 2 years ago | | | 0 | 0.00082325914 | |
| 16269001 | 2 years ago | | | 0 | 0.00052697163 | |
| 16250961 | 2 years ago | | | 0 | 0.00058480010 | |
| 15958628 | 2 years ago | | | 0 | 0.0011072392 | |
| 15893855 | 2 years ago | | | 0 | 0.00058721969 | |
| 15845971 | 2 years ago | | | 0 | 0.00024987652 |
ABI
ABI objects
Getter at block 21213569
MAX_TOKENS() view returns (uint256)
6969
PROVENANCE() view returns (string)
earlyPrice() view returns (uint256)
20000000000000000
latePrice() view returns (uint256)
69000000000000000
name() view returns (string)
Just Kevin
owner() view returns (address)
0x9f82dbe04c20a9d661ba519f55eb9affced1ec22
saleIsActive() view returns (bool)
true
symbol() view returns (string)
JK
totalSupply() view returns (uint256)
1202
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)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipSaleState()
markPermanentURI(string value, uint256 id)
mintToken(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setProvenance(string provenance)
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)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.