OnlyKevin
Verified contract
Active on
Ethereum with 1,733 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 "OnlyKevin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20608011 | 3 months ago | | | 0 | 0.000036890336 | |
| 17773913 | a year ago | | | 0 | 0.0014825816 | |
| 16857917 | 2 years ago | | | 0 | 0.00034169300 | |
| 16565478 | 2 years ago | | | 0 | 0.00070822036 | |
| 16363919 | 2 years ago | | | 0 | 0.00057397626 | |
| 16333569 | 2 years ago | | | 0 | 0.00039906872 | |
| 16284917 | 2 years ago | | | 0 | 0.0010880304 | |
| 16254877 | 2 years ago | | | 0 | 0.0010811957 | |
| 16224267 | 2 years ago | | | 0 | 0.00062236995 | |
| 16152991 | 2 years ago | | | 0 | 0.00073102285 |
ABI
ABI objects
Getter at block 21194893
_baseTokenURI() view returns (string)
ipfs://bafybeifksx5guif35ghoz64j3yzrwxvkaqrofjqhqhy46syabyq42ygjjm/
_maxSupply() view returns (uint64)
1234
_releaseTimestamp() view returns (uint128)
1646180225
name() view returns (string)
OnlyKevin
owner() view returns (address)
0x34584df6874314784b6dd7428333d792c372532c
symbol() view returns (string)
OLYKVN
totalSupply() view returns (uint256)
1234
xKevin() view returns (address)
0x34584df6874314784b6dd7428333d792c372532c
Read-only
addressMintBalance(address) view returns (uint16)
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)
publicMint(uint8 quantity) 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)
setReleaseTimestamp(uint128 releaseTimestamp)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
treasuryMint(uint256 quantity)
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(uint128 releaseTimestamp, uint64 maxSupply)
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()