Forgott3n Worlds
Verified contract
Active on
Ethereum with 2,512 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Forgott3n Worlds"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20078199 | 5 months ago | | | 0 | 0.00068251599 | |
| 19599325 | 7 months ago | | | 0 | 0.00030933779 | |
| 19428371 | 8 months ago | | | 0 | 0.0030822546 | |
| 18902768 | 10 months ago | | | 0 | 0.00058880770 | |
| 17948533 | a year ago | | | 0 | 0.00029285773 | |
| 17182387 | 2 years ago | | | 0 | 0.0030314047 | |
| 17119006 | 2 years ago | | | 0 | 0.0016432649 | |
| 17091976 | 2 years ago | | | 0 | 0.0018152182 | |
| 17053648 | 2 years ago | | | 0 | 0.0011152748 | |
| 16992320 | 2 years ago | | | 0 | 0.00053532792 |
ABI
ABI objects
Getter at block 21161614
cost() view returns (uint256)
0
hiddenMetadataUri() view returns (string)
ipfs://__CID__/hidden.json
isAllowListActive() view returns (bool)
true
maxByWallet() view returns (uint256)
3
maxMintAmountPerTx() view returns (uint256)
1
maxSupply() view returns (uint256)
777
name() view returns (string)
Forgott3n Worlds
owner() view returns (address)
0xa4604c04a0b676da1247fb00e76dce68b82e444c
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
F3W
totalSupply() view returns (uint256)
777
uriPrefix() view returns (string)
https://forgott3n.mypinata.cloud/ipfs/QmPmPE4UdQCKuXQ3t7xjxyzZu1zLTPmJ7x5x8ps3EJyt6k/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintedByWallet(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintAllowList(uint8 numberOfTokens) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAllowList(address[] addresses, uint8 numAllowedToMint)
setAllowListActive(bool _state)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxByWallet(uint256 _maxByWallet)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setPaused(bool _state)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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.