Nakamingo Market
Verified contract
Active on
Ethereum with 1,784 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Nakamingo Market"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21366097 | 3 days ago | | | 0.0042 | 0.0018590741 | |
| 21366028 | 3 days ago | | | 0 | 0.0040900184 | |
| 21366019 | 3 days ago | | | 0.00738 | 0.0027082266 | |
| 21298238 | 12 days ago | | | 0.0042 | 0.00026616187 | |
| 21238092 | 20 days ago | | | 0.0084 | 0.0014842015 | |
| 21050190 | 2 months ago | | | 0.0042 | 0.00032426496 | |
| 21045183 | 2 months ago | | | 0.021 | 0.00033239887 | |
| 20897636 | 2 months ago | | | 0.0042 | 0.00014787910 | |
| 20897633 | 2 months ago | | | 0.0042 | 0.00015309171 | |
| 20837995 | 3 months ago | | | 0.0084 | 0.00082839745 |
ABI
ABI objects
Getter at block 21384328
DELEGATE_REGISTRY() view returns (address)
0x00000000000000447e69651d841bd8d104bed493
DEV_TERM() view returns (uint8)
40
LAST_TEAM_MINT() view returns (uint16)
14480
MINGO_LIMIT() view returns (uint16)
19580
MINT_PRICE() view returns (uint256)
4200000000000000
NAKAMIGO() view returns (address)
0xd774557b647330c91bf44cfeab205095f7e6c367
PINK_PRICE() view returns (uint256)
3690000000000000
PROMO_BUDGET() view returns (uint16)
0
PURCHASE_LIMIT() view returns (uint8)
42
TeamAddressList() view returns (address[])
[0x11C2254143310e834640F0FDafd6e44516340E40, 0x4212D149F77308a87ce9928F1095eDdb894f4D68, 0xB0Ca7bCA06bd8aa06b6b9B98ebAcaC71b17Cc9ee, 0xfaCEf700458D4Fc9746F7f3e0d37B462711fF09e, 0x75A473c33bFfB61E945D86B37113c0859965A789, 0x11C2254143310e834640F0FDafd6e44516340E40, 0x66e4D5FB3B9710C1C30fe34F968A9ad45a9A855e]
allowlistMaxClaimAmount() view returns (uint8)
69
getMingosRemaining() view returns (uint256)
5073
getNextTokenId() view returns (uint256)
14508
getPauseStatus() view returns (bool)
false
getPreSaleStatus() view returns (bool)
true
name() view returns (string)
Nakamingo Market
owner() view returns (address)
0xf4249a4a9a105d604778c3d2181a90facb9c7783
symbol() view returns (string)
MINGO
Read-only
allowListClaimedAmount(address) view returns (uint8)
cloneMap(uint256) view returns (bool)
freeMap(address) view returns (bool)
getAllowListClaimed(address user) view returns (uint256)
State-modifying
Events allowlistMint(uint8 mintAmount, bytes32[] _merkleProof, uint256 rootId) payable
closeClones()
closePinkList()
closePresale()
delegatePreSaleClone(uint256 migoId, address delegate)
mintClone(uint256 migoId) payable
mintMingo(uint8 mintAmount, address mintTo) payable
openClones()
openPinkList()
openPresale()
pause()
preSaleClone(uint256 migoId)
promoMint(uint8 mintAmount, address mintTo)
renounceOwnership()
setAllowlistMaxClaimAmount(uint8 _allowlistMaxClaimAmount)
setLocker(address newLocker)
setMerkleRoot(uint256 _newIndex, bytes32 _newRoot, string _merkleRootUri)
setTeamAddresses(address[] newAddressList)
transferOwnership(address newOwner)
unpause()
withdrawETH(uint256 _amount)
withdrawToken(address _tokenContract, uint256 _amount)
AllowlistClaimed(address user, uint256 amount)
EthscribeClone(address minter, address indexed mintTo, uint256 indexed tokenId, uint256 indexed migoId)
EthscribeMingo(address minter, address indexed mintTo, uint256 indexed firstTokenId, uint256 indexed amount)
LockerSet(address indexed setter, address indexed locker)
MerkleRoot(uint256 id, string uri)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PreSaleEvent(address indexed setter, string indexed preSaleState, bool indexed status)
TeamAddressesSet(address indexed setter, uint256 listSize)
constructor(address _locker, address[] _teamAddressList, address initialOwner)
This contract contains no fallback and receive objects.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
ReentrancyGuardReentrantCall()