IsotileFurniture
Verified contract
Active on
Ethereum with 1,298 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10,040.42)
Native
Value
$10,040.42
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 2.99 | $3,358.00 |
$10,040.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20362638 | 4 months ago | | | 0 | 0.00018297325 | |
| 20333167 | 4 months ago | | | 0 | 0.00034597287 | |
| 19603110 | 8 months ago | | | 0 | 0.00032967310 | |
| 19603108 | 8 months ago | | | 0 | 0.00037191402 | |
| 19603107 | 8 months ago | | | 0 | 0.00036512007 | |
| 19386104 | 9 months ago | | | 0 | 0.0016775568 | |
| 19386103 | 9 months ago | | | 0 | 0.0017333468 | |
| 19219786 | 9 months ago | | | 0 | 0.0011018949 | |
| 19219785 | 9 months ago | | | 0 | 0.0011347206 | |
| 18892574 | a year ago | | | 0 | 0.00080076386 |
ABI
ABI objects
Getter at block 21262175
getTotalFurnitures() view returns (uint256)
14
owner() view returns (address)
0x0d65d69355944339cda43cf48b4c5f32b78ba416
paused() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getCountOfFurnituresBought(address account) view returns (uint256)
getMaxSupply(uint256 id) view returns (uint256)
getPrice(uint256 id) view returns (uint256)
getTotalSupply(uint256 id) view returns (uint256)
isApprovedForAll(address account, address operator) view returns (bool)
isPaidWithEther(uint256 id) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events addFurniture(string _furnitureUri, uint256 _maxSupply, bool _isPaidWithEther, uint256 _price, uint256 _saveFirstBuyerMaxTimestampAllowed)
mintBatchFurnitures(uint256[] ids, uint256[] amounts) payable
mintFurniture(uint256 id, uint256 amount) payable
pause()
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setTilesInstance(address tilesAddress)
transferOwnership(address newOwner)
unpause()
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
FurnitureAdded(uint256 indexed id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.