nftown shares
Verified contract
Active on
Ethereum with 763 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 "nftown shares"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20390161 | 4 months ago | | | 0 | 0.00073480552 | |
| 19838104 | 6 months ago | | | 0 | 0.000095334255 | |
| 19838024 | 6 months ago | | | 0 | 0.00021580393 | |
| 19795688 | 7 months ago | | | 0 | 0.00013196816 | |
| 17393492 | a year ago | | | 0 | 0.0022222710 | |
| 16798075 | 2 years ago | | | 0 | 0.0013571109 | |
| 16797852 | 2 years ago | | | 0 | 0.0021787870 | |
| 16777371 | 2 years ago | | | 0 | 0.0019961909 | |
| 16772588 | 2 years ago | | | 0 | 0.0016663899 | |
| 16772518 | 2 years ago | | | 0 | 0.0029300273 |
ABI
ABI objects
Getter at block 21227408
currentSupply() view returns (uint256)
519
maxSupply() view returns (uint256)
10000
mintAllowed() view returns (bool)
true
mintPrice() view returns (uint256)
1000000000000000000
name() view returns (string)
nftown shares
owner() view returns (address)
0xd3ca10b047011b17254ac7926b6ef4388dad5571
royaltiesAmount() view returns (uint128)
1000
royaltiesRecipient() view returns (address)
0xd3ca10b047011b17254ac7926b6ef4388dad5571
signingAddress() view returns (address)
0xf07ec6998f33f5f0fefd5ebd9f30322ee0fdb8ef
symbol() view returns (string)
NFTOWNSHARES
totalSupply() view returns (uint256)
519
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256, uint256 _salePrice) view returns (address, uint256)
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)
drop(address to)
dropMultiple(address[] to)
publicMint(struct NFTownSharesPermit permit) payable
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)
setMintPrice(uint256 _newPrice)
setMintStatus(bool _allowed)
setRoyaltyInfo(address _recipient, uint128 _amount)
setSigningAddress(address newAddress)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.