project KOJI
Verified contract
Active on
Ethereum with 643 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 "project KOJI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17536791 | a year ago | | | 0 | 0.00071690170 | |
| 16646178 | 2 years ago | | | 0 | 0.00069766726 | |
| 15941389 | 2 years ago | | | 0 | 0.0014229819 | |
| 15850992 | 2 years ago | | | 0 | 0.00046591756 | |
| 15850988 | 2 years ago | | | 0 | 0.00072618955 | |
| 15840683 | 2 years ago | | | 0 | 0.0010503389 | |
| 15835453 | 2 years ago | | | 0 | 0.0019239949 | |
| 15822584 | 2 years ago | | | 0 | 0.00063792113 | |
| 15821600 | 2 years ago | | | 0 | 0.00065119318 | |
| 15820603 | 2 years ago | | | 0 | 0.00043422672 |
ABI
ABI objects
Getter at block 21408672
WLpaused() view returns (bool)
false
cost() view returns (uint256)
10000000000000000
hiddenURL() view returns (string)
maxFreeMintAmountPerWallet() view returns (uint8)
1
maxMintAmountPerTx() view returns (uint8)
5
maxSupply() view returns (uint16)
333
name() view returns (string)
project KOJI
owner() view returns (address)
0x13f8e1cf0ead9cfb26dc6ef30b8ea69c8ee4eb71
paused() view returns (bool)
false
reveal() view returns (bool)
true
symbol() view returns (string)
KOJI
totalSupply() view returns (uint256)
333
whiteListCost() view returns (uint256)
0
Read-only
NFTPerPublicAddress(address) view returns (uint8)
NFTPerWLAddress(address) view returns (uint8)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events Airdrop(uint8 _amountPerAddress, address[] addresses)
Reserve(uint16 _mintAmount, address _receiver)
addToPresaleWhitelist(address[] entries)
approve(address to, uint256 tokenId)
burn(uint256[] token)
mint(uint8 _mintAmount) payable
removeFromPresaleWhitelist(address[] entries)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setFreeMaxLimitPerAddress(uint8 _limit)
setHiddenUri(string _uriPrefix)
setMaxMintAmountPerTx(uint8 _maxtx)
setMaxSupply(uint16 _maxSupply)
setPaused()
setRevealed()
setUriPrefix(string _uriPrefix)
setWLCost(uint256 _cost)
setWLPaused()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(uint8 _mintAmount) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()