Ketsero
Verified contract
Active on
Ethereum with 1,898 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 "Ketsero"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17696650 | a year ago | | | 0 | 0.00060014152 | |
| 17607706 | a year ago | | | 0 | 0.0010748104 | |
| 17607675 | a year ago | | | 0 | 0.0010200802 | |
| 17607661 | a year ago | | | 0 | 0.0012102224 | |
| 16866915 | 2 years ago | | | 0 | 0.00069637700 | |
| 16750668 | 2 years ago | | | 0 | 0.0020759756 | |
| 16724411 | 2 years ago | | | 0 | 0.0015531286 | |
| 16688159 | 2 years ago | | | 0 | 0.0016519671 | |
| 16504905 | 2 years ago | | | 0 | 0.00071354047 | |
| 16496722 | 2 years ago | | | 0 | 0.00074633882 |
ABI
ABI objects
Getter at block 21255675
BASE_URI() view returns (string)
https://api.ketsero.xyz/
COLLECTION_SIZE() view returns (uint256)
2000
CONTRACT_URI() view returns (string)
https://api.ketsero.xyz/
FREE_SUPPLY_PER_WALLET() view returns (uint256)
1
MAX_BATCH_SIZE() view returns (uint256)
25
MINT_PRICE() view returns (uint256)
2000000000000000
REVEALED() view returns (bool)
true
SUPPLY_PER_WALLET() view returns (uint256)
25
UNREVEALED_URI() view returns (string)
https://api.ketsero.xyz/
contractURI() view returns (string)
https://api.ketsero.xyz/
isPublicMintEnabled() view returns (bool)
true
name() view returns (string)
Ketsero
owner() view returns (address)
0x13e4c1a00575ea4aefe315a34dffef972713c27e
symbol() view returns (string)
KETSERO
totalSupply() view returns (uint256)
2000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 quantity) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
userHasMinted(address) view returns (uint256)
State-modifying
Events MintByInvite(uint256 quantity, address receiver)
MintFree(uint256 quantity) payable
approve(address to, uint256 tokenId) payable
burn(uint256 tokenId)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(bool _revealed, string _baseURI)
setCOLLECTIONsIZE(uint256 _new)
setContractURI(string _contractURI)
setPrice(uint256 _newPrice)
setPublicMintEnabled()
set_FREE_SUPPLY_PER_WALLET(uint256 _new)
set_MAX_BATCH_SIZE(uint256 _new)
set_SUPPLY_PER_WALLET(uint256 _new)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()