QwertyTurtles
Verified contract
Active on
Ethereum with 908 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($398.26)
Native
Value
$398.26
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1075 | $3,704.71 |
$398.26 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16958738 | 2 years ago | | | 0 | 0.00081154563 | |
| 16375575 | 2 years ago | | | 0 | 0.00080504051 | |
| 15909303 | 2 years ago | | | 0 | 0.00055027650 | |
| 15846982 | 2 years ago | | | 0 | 0.00037635594 | |
| 15482095 | 2 years ago | | | 0 | 0.00045613029 | |
| 15254510 | 2 years ago | | | 0 | 0.00012383166 | |
| 15235671 | 2 years ago | | | 0 | 0.00033187351 | |
| 15118975 | 2 years ago | | | 0 | 0.00088593524 | |
| 14938900 | 2 years ago | | | 0 | 0.0029656200 | |
| 14866992 | 3 years ago | | | 0 | 0.00091001916 |
ABI
ABI objects
Getter at block 21306728
ETH_PRICE() view returns (uint256)
0
MAX_ORDER() view returns (uint256)
10
MAX_SUPPLY() view returns (uint256)
5555
isActive() view returns (bool)
true
name() view returns (string name_)
QwertyTurtles
owner() view returns (address)
0x43516fbaab1d620a93fa9b241b5865474b694e4d
qtyBurned() view returns (uint256)
0
symbol() view returns (string symbol_)
QT
totalReleased() view returns (uint256)
967500000000000000
totalShares() view returns (uint256)
100
totalSupply() view returns (uint256 totalSupply_)
5555
Read-only
balanceOf(address owner) view returns (uint256 balance)
getApproved(uint256 tokenId) view returns (address approver)
isApprovedForAll(address owner, address operator) view returns (bool isApproved)
isDelegate(address addr) view returns (bool)
isFrozen(uint256 tokenId) view returns (bool isFrozen_)
isOwnerOf(address account, uint256[] tokenIds) view returns (bool)
ownerOf(uint256 tokenId) view returns (address owner)
payee(uint256 index) view returns (address)
released(address account) view returns (uint256)
shares(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool isSupported)
tokenByIndex(uint256 index) view returns (uint256 tokenId)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256 tokenId)
tokenURI(uint256 tokenId) view returns (string)
tokens(uint256) view returns (address owner, uint32 freezeDate, uint16 id)
walletOfOwner(address account) view returns (uint256[] wallet_)
State-modifying
Events approve(address to, uint256 tokenId)
burnFrom(uint256[] tokenIds)
freeze(uint256[] tokenIds)
mint(uint256 quantity) payable
mintTo(uint256[] quantity, address[] recipient) payable
release(address account)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newPrefix, string _newSuffix)
setDelegate(address addr, bool isDelegate_)
setMaxOrder(uint256 maxOrder, uint256 maxSupply)
setPrice(uint256 ethPrice)
transferBatch(address from, address to, uint256[] tokenIds, bytes data)
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)
PayeeAdded(address account, uint256 shares)
PaymentReceived(address from, uint256 amount)
PaymentReleased(address to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
fallback()
receive()
This contract contains no error objects.