Non Fungible Tools Membership
Verified contract
Active on
Ethereum with 4,785 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 "Non Fungible Tools Membership"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20360244 | 4 months ago | | | 0 | 0.000090735458 | |
| 19614507 | 7 months ago | | | 0 | 0.0012326504 | |
| 18871347 | 10 months ago | | | 0 | 0.00087349151 | |
| 18803073 | a year ago | | | 0 | 0.00085930679 | |
| 18719531 | a year ago | | | 0 | 0.0020522894 | |
| 18617013 | a year ago | | | 0 | 0.0016199567 | |
| 18044304 | a year ago | | | 0 | 0.00070250465 | |
| 17654603 | a year ago | | | 0 | 0.00066370226 | |
| 17613787 | a year ago | | | 0 | 0.0023753658 | |
| 17604752 | a year ago | | | 0 | 0.00037536805 |
ABI
ABI objects
Getter at block 21158655
getBalance() view returns (uint256)
0
getPrice() view returns (uint256)
750000000000000000
name() view returns (string)
Non Fungible Tools Membership
owner() view returns (address)
0xe4b80b17e78020f28076966afc1f17e9bedc8823
paused() view returns (bool)
false
symbol() view returns (string)
NFTOOLS
totalSupply() view returns (uint256)
100
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getSubscription(address _address) view returns (uint256)
getSubscriptionPlan(uint256 index) view returns (struct NonFungibleMembershipSubscriptionPlan)
hasActiveSubscription(address _address) view returns (bool)
hasFoundingMemberToken(address wallet) view returns (bool)
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 _safeMint(address to)
approve(address to, uint256 tokenId)
mint(address _to) payable
pause()
renounceOwnership()
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 price)
subscribe(address _to, uint256 planIndex) payable
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateSubscriptionPlan(uint256 index, struct NonFungibleMembershipSubscriptionPlan plan)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address indexed _address, uint256 tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Subscription(address _address, struct NonFungibleMembershipSubscriptionPlan plan, uint256 timestamp, uint256 expiresAt, uint256 subscriptionCounter)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.