MembershipToken
Verified contract
Active on
Ethereum with 5,195 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($125.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ASH | ERC-20 | 60 | $2.09 |
$125.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21081470 | a month ago | | | 0 | 0.00053783006 | |
| 21078711 | a month ago | | | 0 | 0.00052642262 | |
| 20845398 | 2 months ago | | | 0 | 0.00037346326 | |
| 20296514 | 4 months ago | | | 0 | 0.000032239808 | |
| 20236967 | 5 months ago | | | 0 | 0.00036268852 | |
| 20188212 | 5 months ago | | | 0 | 0.00011687381 | |
| 20089862 | 5 months ago | | | 0 | 0.00036864571 | |
| 20067582 | 5 months ago | | | 0 | 0.0010559323 | |
| 19813557 | 7 months ago | | | 0 | 0.00042248438 | |
| 19758305 | 7 months ago | | | 0 | 0.00021595937 |
ABI
ABI objects
Getter at block 21264713
dev1() view returns (address)
0xdc463f26272d2fe8758d8072ba498b16a30aaac2
dev2() view returns (address)
0x7cf196415cdd1ef08ca2358a8282d33ba089b9f3
dev3() view returns (address)
0x58f32c2ed82556aa3aa17ff1b31e833be77afdfe
name() view returns (string)
MembershipToken
owner() view returns (address)
0xdc463f26272d2fe8758d8072ba498b16a30aaac2
symbol() view returns (string)
NMS
totalSupply() view returns (uint256)
5554
Read-only
balanceOf(address owner) view returns (uint256)
calculatePrice(uint256 _count) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
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)
buyToken(address _address, uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _uri, address _dev1Add, address _dev2Add, address _dev3Add, uint256 _price, uint256 _max, address to, uint256 _count)
This contract contains no fallback and receive objects.
This contract contains no error objects.