Nagomi

Verified contract

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

No balances found for "Nagomi"

0xb1db19e20c11b39580e6aee64942146279c757df01106e8ad1024371683014a2
0x624917e1c81c066ae931eaa7b4355f3591a53fd1dadd4df93131385e0538cd63
0xbcdb4ab8b91ae20875e160eba0841073e36d178e1902b8ca648c0d725ed2583d
0x5db2b039a866bf1d6a2a03621c8f086dc157f7363c2ff279806d269ef1715f0a
0x4723e9eb70185f57a398eac0c06fb83c71b0b077e12c983cd36b74e1d9cb14c7
0xffb6d56ace1a2fda6893f8f4bba5dc5beedc57df1b9f3d89217be9a6025c439a
0x7c3ee8d7e6c2cdb7c81e626b990b660e78e9bcb3edf0659720ba47eecc40fbdc
0xfe04dcdb61c69fd1ac051f1ccc52d4469350f0f3eb645b06e4e6772cef9c8150
0x52bc4db0cf7511e7c193dcd70190c8544ceddc12ad85008086ab1d8415b3ac43
0x7fbabe7c2a672efbe9637c188afd553149ae0b2ac4eb1192b47072fd05edba4e

Functions
Getter at block 21162015
baseExtension(view returns (string)
.json
baseURI(view returns (string)
https://storage.googleapis.com/nagomi-wafuku-kids/json/
maxAmountPerMint(view returns (uint256)
3
maxSupply(view returns (uint256)
2259
mintCost(view returns (uint256)
0
name(view returns (string)
Nagomi
owner(view returns (address)
0x76e5a6c87a912c382b767bdf4053f4a290d2b9b3
paused(view returns (bool)
false
salesId(view returns (uint256)
3
symbol(view returns (string)
NGM
totalSupply(view returns (uint256)
2259
withdrawAddress(view returns (address)
0x445513cd8eca1e98b0c70f1cdc52c4d986ddc987
Read-only
balanceOf(address ownerview returns (uint256)
exists(uint256 tokenIdview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getMintedAmount(address targetAddressview returns (uint256)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenIdpayable 
mint(uint256 amountuint256 allowedAmountbytes32[] merkleProofpayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenIdpayable 
safeTransferFrom(address fromaddress touint256 tokenIdbytes _datapayable 
setApprovalForAll(address operatorbool approved
setBaseExtension(string _value
setBaseURI(string _value
setMaxAmountPerMint(uint256 _value
setMaxSupply(uint256 _value
setMerkleRoot(bytes32 _value
setMintCost(uint256 _value
setSalesId(uint256 _value
setSalesInfo(uint256 _salesIduint256 _maxAmountPerMintuint256 _maxSupplyuint256 _mintCostbytes32 _merkleRoot
transferFrom(address fromaddress touint256 tokenIdpayable 
transferOwnership(address newOwner
unpause(
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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