KAMITSUBAKIRG

Verified contract

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

No balances found for "KAMITSUBAKIRG"

0x163b12aba578a9f77593e0e471bf5da8e63b57ebdc9c8125a7816ce2a7127bbc
0xc19a18f510e73ef5fb1b7035e948e656b0fdd786b3a6c84bb27378b532a3afe2
0x887910a12748ceb52bdf7d6a7a42c4aa3b7ff14fe0370a23114649ff37c86436
0x4ceee8e77f294af42eb6e3b20d4d830aee5cebc470f3ead9d9f254bcd3f65a9c
0x51feb1116b03c9e2f6468872cd1d842b3c0a093c1a2144345d2c6d1840369055
0x1fb16553e6a4f77170bf744a42b2843992e17c0d37efd079898d4fbe9ebc5c4d
0x548e208abab33539e367606e7be4696b9ee30d758468f8ffdbb1b3e0b342cbd9
0x8ddfb1f82cdd77760e8fec0abcbb9c78044196fb474d7620d9390ad4d4cd0d0b
0x300f5b8401c8e29dc95b272f43cc9cf84b904e1494c00f47945f0fe969f53410
0xb822722debb81a911c8bc0a0be834608e6e46fb4124d7b16676bb3f5013933d8

Functions
Getter at block 20935533
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
approvalProxy(view returns (address)
0x0000000000000000000000000000000000000000
getState(view returns (struct KamitsubakiState)
(4000, 998, 1489, 125000000000000000, 4000, 10, 0xf552e3f2d8d2fb7ab97a7d62fb89e35013189083, 0xe8b9110ca629e2222d9503718eb9e7b954827a2d, false, false, KAMITSUBAKIRG, KRG)
isOperatorFilterRegistryRevoked(view returns (bool)
false
name(view returns (string)
KAMITSUBAKIRG
operatorFilterRegistry(view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
owner(view returns (address)
0xf552e3f2d8d2fb7ab97a7d62fb89e35013189083
payoutAddress(view returns (address)
0xe8b9110ca629e2222d9503718eb9e7b954827a2d
quantityLimit(view returns (uint256)
10
salePrice(view returns (uint256)
125000000000000000
supplyLimit(view returns (uint256)
4000
symbol(view returns (string)
KRG
totalAirDrop(view returns (uint256)
1489
totalOwner(view returns (uint256)
998
totalSupply(view returns (uint256)
4000
Read-only
addressProps(address owner_view returns (struct KamitsubakiAddressProps)
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
explicitOwnershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIdsview returns (struct IERC721ATokenOwnership[])
getApproved(uint256 tokenIdview returns (address)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address owner_address operatorview returns (bool)
mintCountForAllowListSale(address owner_view returns (uint64)
mintCountForPublicSale(address owner_view returns (uint64)
ownerOf(uint256 tokenIdview returns (address)
ownershipOf(uint256 tokenIdview returns (struct IERC721ATokenOwnership)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
tokensOfOwner(address ownerview returns (uint256[])
tokensOfOwnerIn(address owneruint256 startuint256 stopview returns (uint256[])
State-modifying
approve(address operatoruint256 tokenIdpayable 
doAirDrop(address receiveruint256 quantity
grantRole(bytes32 roleaddress account
mint(address touint256
mint(address[] receiversuint256[]
mintFor(address touint256 tokenId
mintForAllowListSale(struct KamitsubakiMintTicket mintTicketuint256 quantitypayable 
mintForPublicSale(uint256 quantitypayable 
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeOperatorFilterRegistry(
revokeRole(bytes32 roleaddress account
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes datapayable 
setApprovalForAll(address operatorbool approved
setApprovalProxy(address proxy
setBaseURI(string __baseURI
setPayoutAddress(address payoutAddress_
setQuantityLimit(uint256 quantityLimit_
setSalePrice(uint256 salePrice_
setSaleState(uint8 saleState_
setSupplyLimit(uint256 supplyLimit_
setTokenURIExtension(string tokenURIExtension_
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
updateOperatorFilterRegistryAddress(address newRegistry
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
OperatorFilterRegistryAddressUpdated(address newRegistry
OperatorFilterRegistryRevoked(
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
UpdateAllowListSalePrice(address senderuint256 newAllowListSalePrice
UpdateApprovalProxy(address _newProxyContract
UpdatePayoutAddress(address senderaddress newPayoutAddress
UpdateQuantityLimit(address senderuint256 newQuantityLimit
UpdateSaleState(address senderuint8 newSaleState
UpdateSupplyLimit(address senderuint256 newSupplyLimit
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
BalanceQueryForZeroAddress(
InitialRegistryAddressCannotBeZeroAddress(
InvalidQueryRange(
MintERC2309QuantityExceedsLimit(
MintInvalidBodySigner(
MintInvalidHeadSigner(
MintInvalidValue(
MintQuantityExceedsLimitPerAddress(
MintSupplyExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
NotOpenPreSaleOrNotOwner(
NotOpenPublicSaleOrNotOwner(
OnlyOwner(
OperatorNotAllowed(address operator
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
RegistryHasBeenRevoked(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(