neuno Alpha membership
Verified contract
Active on
Ethereum with 818 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 "neuno Alpha membership"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20703849 | 3 months ago | | | 0 | 0.000032151500 | |
| 20703800 | 3 months ago | | | 0 | 0.000033052807 | |
| 19901725 | 7 months ago | | | 0 | 0.000072435197 | |
| 19883381 | 7 months ago | | | 0 | 0.00044489129 | |
| 19882368 | 7 months ago | | | 0 | 0.00038975554 | |
| 19711176 | 8 months ago | | | 0 | 0.00056032067 | |
| 19709163 | 8 months ago | | | 0 | 0.00035977171 | |
| 19522765 | 9 months ago | | | 0 | 0.0011756550 | |
| 19421010 | 9 months ago | | | 0 | 0.0032463400 | |
| 19248689 | 10 months ago | | | 0 | 0.00091838907 |
ABI
ABI objects
Getter at block 21411739
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
collectionSize() view returns (uint256)
3000
name() view returns (string)
neuno Alpha membership
price() view returns (uint256, uint256)
(200000000000000000, 1651388399)
symbol() view returns (string)
nCard
totalSupply() view returns (uint256)
517
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
slotUsed(uint256 slotId) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
batchMint(address[] accounts, uint256[] amounts)
changeSigner(address newSigner)
grantRole(bytes32 role, address account)
mint(uint256 amount, uint256 slotId, uint256 validUntil, bytes signature) payable
release()
renounceRole(bytes32 role, address account)
rescueERC20(address tokenToRescue)
rescueERC721(address tokenToRescue, uint256 n)
revokeRole(bytes32 role, address account)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPrice(uint256 mintPrice, uint256 priceValidUntil)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintPriceChanged(uint256 newPrice, uint256 newPriceValidUntil)
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)
SignerChanged(address newSigner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name, string symbol, string baseTokenURI, uint256 mintPrice, uint256 priceValidUntil, uint256 max, address admin, address beneficiary, address signer)
This contract contains no fallback and receive objects.
This contract contains no error objects.