KaiKiKi

Verified contract

Active on Ethereum with 2,642 txns
Deployed by via 0xd780561f at 15395759
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "KaiKiKi"

0x18b23e2b504fab9b2a3ce8f48b45b8872f04349f5d9859000e68ee8d9160d2a4
0x2803afffdac570294c4621dfcccf29f9b9f410bdd91f07c2e480d1392aa53720
0xa47e37745498633a5db1e46d604c498717f31053e98f5e9ef43f17c74e2bd554
0x3b1382eb7327c98a7fae4f3a65fbf40547b40c01d58092dfbbafd1f781fba812
0x32ec6c4fb82f1ca0e175f16b1b26de5c77537d7c1f55432eb5443b8aa7b227eb
0xe0ebfafcdf2d3a331fc4f89bd3f956065e1b478f3014af1dc54756102d13ad6d
0x93d77863d3155d6164b8fe9de38daffd37d34247f501d14f1c43b02513788a15
0xea77102b916ab54a3e696ab9a3008c7d38f41cea172123d0d91f9950e6923355
0x188f234cf46e45f35e4644e15765c7fdd6c018b2fbafcda62354ef07d7342615
0xc16432774e6d0773515443a1a02e62eb97d8ec09f70f30bacc18a8a5577b3d78

Functions
Getter at block 21176653
_maxFreeMintPerAddr(view returns (uint256)
2
_maxFreeMintSupply(view returns (uint256)
2829
_maxMintPerTx(view returns (uint256)
25
_maxSupply(view returns (uint256)
3329
_mintPrice(view returns (uint256)
2000000000000000
baseURI(view returns (string)
ipfs://QmUAkL3NDvMQZyXr4cySvro2YDKcBowEdLtP1WhZJLBK2E/
devSupply(view returns (uint256)
500
devTotal(view returns (uint256)
500
name(view returns (string)
KaiKiKi
owner(view returns (address)
0xea3ee269f088372558649aebd3a6e650ac5f9351
royaltyAdd(view returns (address)
0xea3ee269f088372558649aebd3a6e650ac5f9351
symbol(view returns (string)
KI
totalSupply(view returns (uint256)
3329
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
royaltyInfo(uint256 _tokenIduint256 _salePriceview returns (addressuint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(
mint(uint256 countpayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setDefaultRoyalty(address _receiveruint96 _feeNumerator
setFreeAmount(uint256 amount
setPrice(uint256 _newPrice
setTokenRoyalty(uint256 tokenIdaddress receiveruint96 feeNumerator
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
DevMintEvent(address ownerAddressuint256 startWithuint256 amountMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string initBaseURI
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(