Wealthy Towers Apartments
Verified contract
Active on
Ethereum with 631 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xdb9b…fa73
Balances ($0.00)
No balances found for "Wealthy Towers Apartments"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20884597 | a month ago | | | 0 | 0.0013602835 | |
| 20659277 | 2 months ago | | | 0 | 0.000063336783 | |
| 20606446 | 3 months ago | | | 0 | 0.00035191574 | |
| 20129116 | 5 months ago | | | 0 | 0.00090514825 | |
| 19904521 | 6 months ago | | | 0 | 0.00081163430 | |
| 19865136 | 6 months ago | | | 0 | 0.00019508998 | |
| 19500878 | 8 months ago | | | 0 | 0.0017519266 | |
| 18501090 | a year ago | | | 0 | 0.00034896646 | |
| 18489562 | a year ago | | | 0 | 0.010448478 | |
| 18489376 | a year ago | | | 0 | 0.017485767 |
ABI
ABI objects
Getter at block 21178930
name() view returns (string)
Wealthy Towers Apartments
owner() view returns (address)
0x9e75001b828c326a88f3ec6dc02e68d54806076d
paused() view returns (bool)
false
symbol() view returns (string)
WTAP
totalSupply() view returns (uint256)
1628
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct ERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct ERC721ATokenOwnership[])
getApartmentType(uint256 _tokenId) view returns (uint8)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address _owner, address _operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
projectProxy(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
collectReserves()
flipProxyState(address _proxyAddress)
flipSale()
mint(uint256 _quantity) payable
mintAndStake(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApartmentsStakingContract(address _apartmentStakingContract)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseUri)
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(address _wealthContract)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()