Kyoto 3088
Verified contract
Active on
Ethereum with 1,194 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,757.00)
Native
Value
$2,757
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.88 | $3,132.95 |
$2,757 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19744343 | 7 months ago | | | 0 | 0.00020241101 | |
| 18937266 | 10 months ago | | | 0 | 0.00038391637 | |
| 18907007 | a year ago | | | 0 | 0.00063008880 | |
| 18890541 | a year ago | | | 0 | 0.0011251851 | |
| 18465921 | a year ago | | | 0 | 0.00098901967 | |
| 17971116 | a year ago | | | 0 | 0.0056990187 | |
| 17928240 | a year ago | | | 0 | 0.0028957184 | |
| 17902796 | a year ago | | | 0 | 0.00053653982 | |
| 17872996 | a year ago | | | 0 | 0.0012174305 | |
| 17563839 | a year ago | | | 0 | 0.00063210862 |
ABI
ABI objects
Getter at block 21213263
maxSupply() view returns (uint256)
8888
mintingEnabled() view returns (bool)
false
name() view returns (string)
Kyoto 3088
owner() view returns (address)
0x64d2da652fef05f55a61c91d7d4b14f4f7963033
price() view returns (uint256)
88000000000000000
supplyCap() view returns (uint256)
1000
symbol() view returns (string)
KYOTO
totalSupply() view returns (uint256)
894
walletLimit() view returns (uint256)
20
whitelistMintingEnabled() view returns (bool)
false
whitelistSigner() view returns (address)
0x10a6925ac87740a001cf807436891462460d7c94
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
info(address addr) view returns (uint256, uint256, uint256, uint256, uint256, bool, bool, uint256, address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address addr, bytes sig) view returns (bool)
mints(address) view returns (uint256)
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)
mint(uint256 qty) payable
mintReserves(uint256 qty)
mintWhitelisted(uint256 qty, bytes sig) 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 newUri)
setPrice(uint256 newPrice)
setSupplyCap(uint256 newSupplyCap)
setWalletLimit(uint256 newWalletLimit)
setWhitelistSigner(address newWhitelistSigner)
toggleMinting()
toggleWhitelistMinting()
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)
constructor(string _name, string _symbol, uint256 _maxSupply, uint256 _supplyCap, uint256 _price, uint256 _walletLimit, string _uri)
This contract contains no fallback and receive objects.
This contract contains no error objects.