QeyStrokes
Verified contract
Active on
Ethereum with 248 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3cb6…098b
4 additional
variables
Balances ($0.00)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,206.19 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17353845 | a year ago | | | 0 | 0.0011328071 | |
| 16306642 | 2 years ago | | | 0 | 0.00074020074 | |
| 16230850 | 2 years ago | | | 0 | 0.0010322875 | |
| 15807482 | 2 years ago | | | 0 | 0.00035569360 | |
| 14863215 | 2 years ago | | | 0 | 0.00066449258 | |
| 14640278 | 3 years ago | | | 0 | 0.00061388123 | |
| 14445699 | 3 years ago | | | 0 | 0.0014893109 | |
| 14337606 | 3 years ago | | | 0 | 0.00062037717 | |
| 14337606 | 3 years ago | | | 0 | 0.00062037717 | |
| 14297493 | 3 years ago | | | 0 | 0.0059553096 |
ABI
ABI objects
Getter at block 21161401
burnActive() view returns (bool)
false
contractURI() view returns (string)
https://ipfs.io/ipfs/QmV83ZHZwwFm7sAiipxFxJZKjsmMiFxW5nHWRifZXcQQgY
cost() view returns (uint256)
100000000000000000
extension() view returns (string)
.json
max() view returns (uint256)
1
owner() view returns (address)
0x99151ded55907fd2a256c882ea5c16d3f84340c9
paused() view returns (bool)
true
root() view returns (bytes32)
0xb0aeeb96e6e0eb5a01ea28d75704f6f6106c42043bf1870f73870243fa6a24e8
supply() view returns (uint256)
3939
tokenId() view returns (uint256)
147
tokenURI() view returns (string)
https://ipfs.io/ipfs/QmUZ2QJrnmFymgEiyZdGsU1Z3q6vK96PxQ3QjvMzdYGmtA/
totalReleased() view returns (uint256)
14599999999999999998
totalShares() view returns (uint256)
10180
whitelistActive() view returns (bool)
false
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
parcelID(uint256 id) view returns (uint256)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
released(address token, address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalReleased(address token) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events adminMint()
burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
burnOne(uint256 id)
burnThree(uint256[] ids)
mint(uint256 _amount) payable
pause()
release(address account)
release(address token, address account)
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)
setExtension(string _extension)
setMax(uint256 _max)
setSupply(uint256 _supply)
setURI(string _tokenURI)
toggleBurnActive()
toggleWhitelist()
transferOwnership(address newOwner)
unpause()
whitelistMint(uint256 _amount, uint256 _tokenId, bytes32[] proof) payable
ApprovalForAll(address indexed account, address indexed operator, bool approved)
ERC20PaymentReleased(address indexed token, address to, uint256 amount)
GenesisMinted(uint256 tokenId, uint256[] tokenIds, uint256[] parcelIDs, address owner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ParcelMinted(uint256 tokenId, uint256 parcelID, address owner)
Paused(address account)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
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(uint256 parcel1, uint256 parcel2, uint256 parcel3, uint256 parcel4, address _rng, bytes32 _root)
receive()
This contract contains no error objects.