Nakamigos
Verified contract
Active on
Ethereum with 50,237 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($12.01)
Native
Value
$12.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0038 | $3,159.70 |
$12.01 | |
PPN | ERC-721 | 1 | -- | -- | |
PPN | ERC-721 | 1 | -- | -- | |
PPN | ERC-721 | 1 | -- | -- | |
JKTR | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21218703 | an hour ago | | | 0 | 0.00026565419 | |
| 21218683 | an hour ago | | | 0 | 0.00041711292 | |
| 21218680 | an hour ago | | | 0 | 0.00049161173 | |
| 21218677 | an hour ago | | | 0 | 0.00050923238 | |
| 21217332 | 6 hours ago | | | 0 | 0.0011012400 | |
| 21217011 | 7 hours ago | | | 0 | 0.0013790669 | |
| 21217009 | 7 hours ago | | | 0 | 0.0015556092 | |
| 21215716 | 11 hours ago | | | 0 | 0.0011009914 | |
| 21214759 | 14 hours ago | | | 0 | 0.00074048211 | |
| 21213687 | 18 hours ago | | | 0 | 0.00050108839 |
ABI
ABI objects
Getter at block 21219011
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SUPPLY() view returns (uint256)
20000
MAX_TOKENS_PER_PURCHASE() view returns (uint256)
10
SUPPORT_ROLE() view returns (bytes32)
0xd8acb51ff3d48f690a25887aaf234c4ae5a66ab9839243cd8e2b639cade0663b
allowListActive() view returns (bool)
false
auctionActive() view returns (bool)
false
duration() view returns (uint256)
6000
finalPrice() view returns (uint256)
10000000000000000
getAuctionPrice() view returns (uint256)
10000000000000000
getRemainingSaleTime() view returns (uint256)
0
merkleRoot() view returns (bytes32)
0x02e6bd4ac17e9709d2e38c670ea19737aa4e433064385141e58efd127b4623ad
name() view returns (string)
Nakamigos
operatorFilteringEnabled() view returns (bool)
true
owner() view returns (address)
0xbaa4b7858c3277da9cb9cdadf405f2017afea19a
priceStep() view returns (uint256)
100000000000000000
provenance() view returns (string)
dd12ad9961da6e68fcba0f97913289c94075ba6d9f0b765de0ec64bb00deac72
shareholderAddress() view returns (address)
0xfca634387cd89128116b80e04c6352a4e7c5a40c
snapshotContract() view returns (address)
0xf7d134224a66c6a4ddeb7dee714a280b99044805
startPrice() view returns (uint256)
1000000000000000000
startTime() view returns (uint256)
1679587223
symbol() view returns (string)
NKMGS
timeStepSeconds() view returns (uint256)
600
totalSupply() view returns (uint256)
20000
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
getAllowListMinted(address from) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
onAllowListA(address claimer, bytes32[] proof) view returns (bool)
onAllowListB(address claimer, uint256 b, bytes32[] proof) view returns (bool)
onAllowListC(address claimer, uint256 b, uint256 c, bytes32[] proof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address operator, uint256 tokenId) payable
createDutchAuction(uint256 startPrice_, uint256 finalPrice_, uint256 priceStep_, uint256 timeStepSeconds_)
deleteDefaultRoyalty()
devMint(address to, uint256 numberOfTokens)
grantRole(bytes32 role, address account)
mintAllowList(address vault, uint256 numberOfTokens, uint256 tokenQuota, bytes32[] proof)
mintDutch(uint256 numberOfTokens) payable
renounceOwnership()
renounceRole(bytes32 role, address account)
resetTokenRoyalty(uint256 tokenId)
resumeDutchAuction()
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setAllowList(bytes32 merkleRoot_)
setAllowListActive(bool isActive)
setAllowListPreserveBalances(bytes32 merkleRoot_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setOperatorFilteringEnabled(bool value)
setProvenance(string provenance_)
setSnapshotContract(address snapshotContract_)
setTokenRoyalty(uint256 tokenId, address receiver, uint96 feeNumerator)
startDutchAuction()
stopDutchAuction()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
AllowListClaimMint(address indexed userAddress, address indexed vault, uint256 numberOfTokens)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Claimed(address indexed account, uint256 amount)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
DutchAuctionEnd(uint256 auctionEndTime)
DutchAuctionMint(address indexed userAddress, uint256 numberOfTokens)
DutchAuctionStart(uint256 indexed auctionStartTime, uint256 indexed auctionDuration)
MerkleRootChanged(bytes32 merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address shareholderAddress_)
This contract contains no fallback and receive objects.
AllowListIsActive()
AllowListIsNotActive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
DutchAuctionHasNotStarted()
DutchAuctionIsActive()
DutchAuctionIsNotActive()
ExceedsAllowListQuota()
ExceedsMaximumSupply()
ExceedsMaximumTokensPerTransaction()
ExceedsReserveSupply()
InvalidDutchAuctionParameters()
InvalidQueryRange()
MerkleRootNotSet()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NoContractMinting()
NotDelegatedOnContract()
NotOnAllowList()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
PublicSaleIsNotActive()
RefundFailed()
SnapshotContractNotSet()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WithdrawFailed()
WrongETHValueSent()
ZeroAddressProvided()