Nemus Genesis Drop Tickets
Verified contract
Active on
Ethereum with 1,414 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x83ec…561f
0x87a9…63f5
Balances ($57,703.62)
Native
Value
$57,703.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 17.4 | $3,316.30 |
$57,703.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20704066 | 3 months ago | | | 0 | 0.000039893791 | |
| 20673337 | 3 months ago | | | 0 | 0.000053367977 | |
| 19710193 | 7 months ago | | | 0 | 0.00018485647 | |
| 19108865 | 10 months ago | | | 0 | 0.00044674691 | |
| 18598900 | a year ago | | | 0 | 0.0011432316 | |
| 18583516 | a year ago | | | 0 | 0.0011792967 | |
| 17895471 | a year ago | | | 0 | 0.00065444935 | |
| 17782865 | a year ago | | | 0 | 0.00086185044 | |
| 17741884 | a year ago | | | 0 | 0.0013214590 | |
| 17700131 | a year ago | | | 0 | 0.00082253900 |
ABI
ABI objects
Getter at block 21259672
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Nemus Genesis Drop Tickets
name_() view returns (string)
Nemus Genesis Drop Tickets
nemusPercentage() view returns (uint256)
70
nemusWallet() view returns (address)
0x87a9455ba6f034d28a373fdb70be1315a49d63f5
owner() view returns (address)
0x7e217e39da6fe16f6363cace11c25a07401df6d5
paused() view returns (bool)
false
symbol() view returns (string)
NEAT
symbol_() view returns (string)
NEAT
treasuryPercentage() view returns (uint256)
30
treasuryWallet() view returns (address)
0x83ec946ac5914915949f96c078c3324bb8e6561f
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
earlyAccessMintedCounts(address) view returns (uint256)
exists(uint256 id) view returns (bool)
getClaimedMts(uint256 mtIndex, address userAdress) view returns (uint256)
getRemainingEarlyAccessMints(address _addr) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
getTicketSizeID(uint256 mtIndex) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
isEarlyAccessOpen(uint256 mtIndex) view returns (bool)
isOnEarlyAccessList(address) view returns (bool)
isSaleOpen(uint256 mtIndex) view returns (bool)
mintTicketExists(uint256 _index) view returns (bool)
mintTickets(uint256) view returns (bool saleIsOpen, uint256 earlyAccessOpens, uint256 publicSaleOpens, uint256 publicSaleCloses, uint256 mintPrice, uint256 maxSupply, uint256 maxPerWallet, uint256 maxMintPerTxn, uint256 sizeID, string metadataHash, address redeemableContract)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 _id) view returns (string)
validateNonDupliateIndex(uint256[] _indexes, uint256 _search) pure returns (bool)
State-modifying
Events addMintTicket(uint256 _earlyAccessOpens, uint256 _publicSaleOpens, uint256 _publicSaleCloses, uint256 _mintPrice, uint256 _maxSupply, uint256 _maxMintPerTxn, uint256 _sizeID, string _metadataHash, address _redeemableContract, uint256 _maxPerWallet)
addToEarlyAccessList(address[] toEarlyAccessList)
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnFromRedeem(address account, uint256 mtIndex, uint256 amount)
claim(uint256 amount, uint256 mtIndex) payable
claimEarlyAccess(uint256 _count, uint256 mtIndex) payable
claimMultiple(uint256[] amounts, uint256[] mtIndexes) payable
claimMultipleEarlyAccess(uint256[] _count, uint256[] mtIndexes) payable
editMintTicket(struct NeaMintTicketFactoryMintTicketParam params)
grantRole(bytes32 role, address account)
mint(address to, uint256 numPasses, uint256 mtIndex)
mintBatch(address to, uint256[] numPasses, uint256[] mtIndexes)
pause()
removeFromEarlyAccessList(address[] toRemove)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setMintTicketEarlyAccessOpens(uint256 _index, uint256 _earlyAccess)
setMintTicketMaxMint(uint256 _index, uint256 _maxMintPerTxn)
setMintTicketMaxPerWallet(uint256 _index, uint256 _maxMintPerWallet)
setMintTicketMaxSupplyt(uint256 _index, uint256 _maxSupply)
setMintTicketMetadataId(uint256 _index, string _metadataId)
setMintTicketPrice(uint256 _index, uint256 _mintPrice)
setMintTicketPublicSaleCloses(uint256 _index, uint256 _publicSaleCloses)
setMintTicketPublicSaleOpens(uint256 _index, uint256 _publicSaleOpens)
setMintTicketRedeemableContract(uint256 _index, address _redeemableContract)
setMintTicketSizeId(uint256 _index, uint256 _sizeId)
setOwner(address _addr)
setURI(string baseURI)
transferOwnership(address newOwner)
turnSaleOff(uint256 _index)
turnSaleOn(uint256 _index)
unpause()
updatePayoutPercentage(uint256 _treasuryPercentage, uint256 _nemusPercentage)
withdrawFunds()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Claimed(uint256 index, address indexed account, uint256 amount)
ClaimedMultiple(uint256[] index, address indexed account, uint256[] amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
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)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor(string _name, string _symbol, address _treasuryAddress, address _nemusAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.