Otherside Kodas

Verified contract

Active on Ethereum with 493 txns
Deployed by via 0xabc1cd71 at 14715375
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Otherside Kodas"

0x470aa2ee00f98be89515273f2770b24d69dac641e0671bd4e55f3c703219e89b
0xa2c4d1f9b44fe2a78169742fba38744f6872118dc6393d01323eefd9fb9b8e59
0x779c653058b03ae4bf83356c017eda16263fef20473c39faef23a8a1c82b8243
0x404eec6f5fd0fd5069f64a9941ce2dd60113be2947440c0bdcff141949decddb
0x1e2ea82cd16584f9c99050d6e9d06b31e7de785a2f85205d46553a03ec718250
0x75dfd37566b65b807206382f22de14be7cff42ef669058a29d94ededcd498cda
From
0xbfe9f9162ff880126213e0ea6fb9ae1e05e243e8f395b018f8a683c222f21119
0xc0b0490c04cabded2631b5ab8792dfc69216773956e9f44b2c6b0ed0202dbb20
0xb80d63f204a6f38ae3ba0b28cfa9da4a062ebc200b310941fbd9ba2d80244b07
0x0c5a868ce8add968cb6f2b03ed8d839b1288641642ae5273ec739a5ccb181178

Functions
Getter at block 21332695
cost(view returns (uint256)
1000000000000000
hiddenMetadataUri(view returns (string)
ipfs://QmSaDiUSzgCSnBk59ecQKTHhfq6AipAuARsVcAdFuWFWHo/hidden.json
maxMintAmountPerTx(view returns (uint256)
10
maxSupply(view returns (uint256)
3333
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
Otherside Kodas
owner(view returns (address)
0x949747470ed19fa29faa6bb3b89db467fed18ce7
paused(view returns (bool)
false
revealed(view returns (bool)
true
symbol(view returns (string)
OK
totalSupply(view returns (uint256)
2994
uriPrefix(view returns (string)
ipfs://QmRVboDLngcDZn37bM2UYGVEwe6Zu3aA5yobXe3qDTD3nL/
uriSuffix(view returns (string)
.json
whitelistMintEnabled(view returns (bool)
false
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
whitelistClaimed(addressview returns (bool)
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setHiddenMetadataUri(string _hiddenMetadataUri
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setRevealed(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
setWhitelistMintEnabled(bool _state
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
whitelistMint(uint256 _mintAmountbytes32[] _merkleProofpayable 
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxstring _hiddenMetadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(