Kodachi unMasked
Verified contract
Active on
Ethereum with 559 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 "Kodachi unMasked"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16130993 | 2 years ago | | | 0 | 0.00061136386 | |
| 15969709 | 2 years ago | | | 0 | 0.00056556780 | |
| 15900611 | 2 years ago | | | 0 | 0.00063285165 | |
| 15844154 | 2 years ago | | | 0 | 0.00063894428 | |
| 15844135 | 2 years ago | | | 0 | 0.0012743845 | |
| 15765994 | 2 years ago | | | 0 | 0.00051940686 | |
| 15742856 | 2 years ago | | | 0 | 0.00084380684 | |
| 15742852 | 2 years ago | | | 0 | 0.00084955661 | |
| 15637079 | 2 years ago | | | 0 | 0.00040483264 | |
| 15637071 | 2 years ago | | | 0 | 0.00083294331 |
ABI
ABI objects
Getter at block 21386849
MAX_ELEMENTS() view returns (uint256)
369
PRICE() view returns (uint256)
145000000000000000
baseTokenURI() view returns (string)
ipfs://QmcbieRzF8fXBZcP8SX2WksofXhEWeVuu845ajYzsXPetF/
name() view returns (string)
Kodachi unMasked
owner() view returns (address)
0xf6842cf991fe873a72ac644533df4ba46931e999
paused() view returns (bool)
false
symbol() view returns (string)
Kodachi_unMasked
totalMint() view returns (uint256)
369
totalSupply() view returns (uint256)
369
Read-only
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)
price(uint256 _count) pure returns (uint256)
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events adminMint(address _to, uint256 _count)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(address _to, uint256 _count) payable
pause(bool val)
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)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.