Feather
Verified contract
Active on
Ethereum with 1,259 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 9 additional slots
Balances ($1,235.74)
Native
Value
$1,235.74
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.4 | $3,089.36 |
$1,235.74 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20996128 | a month ago | | | 0 | 0.0031310836 | |
| 20571447 | 3 months ago | | | 0 | 0.000052384716 | |
| 20266572 | 4 months ago | | | 0 | 0.000049364766 | |
| 19098375 | 10 months ago | | | 0 | 0.00062372513 | |
| 18907226 | a year ago | | | 0 | 0.0013306346 | |
| 18852357 | a year ago | | | 0 | 0.00083685247 | |
| 18838274 | a year ago | | | 0 | 0.0012619723 | |
| 18804233 | a year ago | | | 0 | 0.00077498400 | |
| 18784313 | a year ago | | | 0 | 0.0022902967 | |
| 18758045 | a year ago | | | 0 | 0.0016718922 |
ABI
ABI objects
Getter at block 21208646
artist() view returns (address)
0x4b5922abf25858d012d12bb1184e5d3d0b6d6be4
isOpen() view returns (bool)
true
lastFreeMint() view returns (uint256)
1729298867
name() view returns (string)
Feather
price() view returns (uint256)
100000000000000000
supply() view returns (uint256)
961
symbol() view returns (string)
FTHR
totalSupply() view returns (uint256)
961
vnft() view returns (address)
0x57f0b53926dd62f2e26bc40b30140abea474da94
Read-only
balanceOf(address owner) view returns (uint256)
generateSVGImage(uint256 _seed, struct FeatherCharacter c) view returns (string)
getApproved(uint256 tokenId) view returns (address)
infos(uint256) view returns (uint256 blocknumber, address creator, string name, uint256 x, uint256 y, uint256 background, bool isFree, uint256 leafs)
isApprovedForAll(address owner, address operator) view returns (bool)
makePath(uint256 x1, uint256 y1, uint256 x2, uint256 y2, uint256 _seed) view returns (string)
makeText(uint256 x, uint256 y, string text) view returns (string)
ownerOf(uint256 tokenId) view returns (address)
pages(uint256) view returns (string)
random(uint256 min, uint256 max, uint256 seed) pure returns (uint256)
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)
usedNames(bytes32) view returns (bool)
vnftClaimed(uint256) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(string name)
mint(uint256 qty, string[] names) payable
openSale()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
store(uint256 id, string data)
transferFrom(address from, address to, uint256 tokenId)
vnftClaim(string name, uint256 _id)
withdrawEth(address to)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string name_, string symbol_, address _vnft)
receive()
This contract contains no error objects.