TapiocaTown
Verified contract
Proxy
Active on
Ethereum with 25 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "TapiocaTown"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583877 | 2 years ago | | | 0 | 0.00078555343 | |
| 13904018 | 3 years ago | | | 0 | 0.0052194181 | |
| 13871559 | 3 years ago | | | 0 | 0.010008531 | |
| 13862881 | 3 years ago | | | 0 | 0.019652612 | |
| 13857554 | 3 years ago | | | 0 | 0.021230069 | |
| 13850714 | 3 years ago | | | 0 | 0.012860618 | |
| 13847653 | 3 years ago | | | 0 | 0.0052670400 | |
| 13846273 | 3 years ago | | | 0 | 0.0098064797 | |
| 13842580 | 3 years ago | | | 0 | 0.0091187475 | |
| 13840364 | 3 years ago | | | 0 | 0.0093844863 |
ABI
ABI objects
Getter at block 21205885
getMintPrice() view returns (uint256)
0
getTokenCount() view returns (uint256)
20
name() view returns (string)
TapiocaTown
owner() view returns (address)
0x442f7048527c82d7db53198c5199f31631ca6c55
symbol() view returns (string)
BOBA
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address to, uint256 tokenId)
initialize(uint256 mintPrice)
mintNFT(address recipient, string tokenURI) payable returns (uint256)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMintPrice(uint256 price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintId(uint256 nftId)
MintPriceChanged(uint256 price)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.