Flurks by Stonetoss
Verified contract
Active on
Ethereum with 5,129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($10.76)
Native
Value
$0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0 | $3,558.33 |
$0 | |
WETH | ERC-20 | 0.003023 | $3,558.73 |
$10.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21289588 | 9 hours ago | | | 0 | 0.00036241277 | |
| 21280674 | 2 days ago | | | 0 | 0.00097880630 | |
| 21279350 | 2 days ago | | | 0 | 0.00067639931 | |
| 21258212 | 5 days ago | | | 0 | 0.00076676927 | |
| 21254530 | 5 days ago | | | 0 | 0.00031320848 | |
| 21254530 | 5 days ago | | | 0 | 0.00054537032 | |
| 21254383 | 5 days ago | | | 0 | 0.00046367032 | |
| 21253606 | 5 days ago | | | 0 | 0.00040678477 | |
| 21251611 | 6 days ago | | | 0 | 0.0017188924 | |
| 21239801 | 7 days ago | | | 0 | 0.00054242565 |
ABI
ABI objects
Getter at block 21292150
flurkCount() view returns (uint256 a)
4964
name() view returns (string)
Flurks by Stonetoss
owner() view returns (address)
0xece89437ba3bef4566e0dbe734db139351e361fb
saleActive() view returns (bool)
true
supplyCapped() view returns (bool)
false
symbol() view returns (string)
FLURK
totalSupply() view returns (uint256)
4989
uriUnlocked() view returns (bool)
true
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyFlurks(uint256 tokensNumber) payable
capSupply()
flipSale()
lockURI()
mintGiveawayFlurks(address to, uint256 tokenId)
mintOGFlurks(address to, uint256 tokenId)
renounceOwnership()
safeMint(address to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURIPrefix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.