OnChain Kudasai
Verified contract
Active on
Ethereum with 1,732 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 "OnChain Kudasai"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21305563 | 2 days ago | | | 0 | 0.00018172523 | |
| 21294200 | 3 days ago | | | 0 | 0.00056259269 | |
| 20982292 | 2 months ago | | | 0 | 0.00024298699 | |
| 20703051 | 3 months ago | | | 0 | 0.000063199440 | |
| 20600949 | 3 months ago | | | 0 | 0.000025108776 | |
| 20598334 | 3 months ago | | | 0 | 0.000026247292 | |
| 20574385 | 3 months ago | | | 0 | 0.000024717873 | |
| 20573891 | 3 months ago | | | 0 | 0.000022286345 | |
| 20567699 | 3 months ago | | | 0 | 0.000042605784 | |
| 20555395 | 3 months ago | | | 0 | 0.000045358701 |
ABI
ABI objects
Getter at block 21317249
name() view returns (string)
OnChain Kudasai
owner() view returns (address)
0x7528043c1acda98c79eadb219c04d2a76e2a618d
symbol() view returns (string)
KUDASAI
totalSupply() view returns (uint256)
500
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSeed(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isKudasaiList(address _account) 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 addKudasaiList(address[] _account)
approve(address to, uint256 tokenId)
kudasai(uint256 tokensNumber)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
startPublic()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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_)
This contract contains no fallback and receive objects.
This contract contains no error objects.