Gossamer Seed
Verified contract
Active on
Ethereum with 21,779 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "Gossamer Seed"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21105522 | 14 days ago | | | 0 | 0.000086155542 | |
| 21103067 | 14 days ago | | | 0 | 0.000095196706 | |
| 21102427 | 15 days ago | | | 0 | 0.00016034460 | |
| 21102373 | 15 days ago | | | 0 | 0.00013114440 | |
| 21033744 | 24 days ago | | | 0 | 0.00081971630 | |
| 21018558 | a month ago | | | 0 | 0.00015798887 | |
| 21018519 | a month ago | | | 0 | 0.00015068332 | |
| 21012481 | a month ago | | | 0 | 0.00024377473 | |
| 20981916 | a month ago | | | 0 | 0.00020292737 | |
| 20924200 | a month ago | | | 0 | 0.00066144481 |
ABI
ABI objects
Getter at block 21206418
MAX_COLLECTION() view returns (uint256)
10000
baseURI() view returns (string)
https://api.gossamer.world/api/nft/
name() view returns (string)
Gossamer Seed
owner() view returns (address)
0x7dd60db6089add612bf30a0db595a5912ed201ba
symbol() view returns (string)
SEED
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
nftCounter(address) view returns (uint256)
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)
mintNFTs(uint256 numberOfTokens)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
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.