Kyberswap on Base
Verified contract
Active on
Base with 462 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 "Kyberswap on Base"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15771919 | 5 months ago | | | 0 | 6.6566490e-7 | |
| 15524857 | 6 months ago | | | 0 | 0.000000071159728150 | |
| 15524851 | 6 months ago | | | 0 | 0.000000100888004358 | |
| 15524844 | 6 months ago | | | 0 | 0.000000104415372974 | |
| 15524836 | 6 months ago | | | 0 | 0.000000107742885406 | |
| 15524829 | 6 months ago | | | 0 | 1.1109260e-7 | |
| 15524822 | 6 months ago | | | 0 | 1.4127548e-7 | |
| 11031802 | 9 months ago | | | 0 | 0.000000070113013695 | |
| 11031788 | 9 months ago | | | 0 | 0.000000070114414595 | |
| 11031778 | 9 months ago | | | 0 | 0.000000087232842160 |
ABI
ABI objects
Getter at block 22908353
CHARGE_PRICE() view returns (uint256)
9900000000000000
CHARGE_PRICE_ONE() view returns (uint256)
7700000000000000
CHARGE_SUPPLY() view returns (uint256)
10
CHARGE_SUPPLY_ONE() view returns (uint256)
1
FREE_SUPPLY() view returns (uint256)
6
MAX_SUPPLY() view returns (uint256)
100000
name() view returns (string)
Kyberswap on Base
owner() view returns (address)
0x356c08f05a14b11de854858493407c2b5c10a324
symbol() view returns (string)
KOB
totalSupply() view returns (uint256)
2572
Read-only
_tips(uint256) view returns (bool)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mintWithBox(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)
setDefURI(string _tokenURI)
setTokenURIFlag(uint256 flag)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
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)
ShitXMint(address indexed msgSender, uint256 indexed mintQuantity)
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()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()