ForgottenPixelsDigitalClothes
Verified contract
Active on
Ethereum with 339 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 "ForgottenPixelsDigitalClothes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19787455 | 6 months ago | | | 0 | 0.00024313116 | |
| 18047979 | a year ago | | | 0 | 0.00059750634 | |
| 17907561 | a year ago | | | 0 | 0.0011369718 | |
| 17907549 | a year ago | | | 0 | 0.0011472108 | |
| 15852104 | 2 years ago | | | 0 | 0.00022768413 | |
| 15384316 | 2 years ago | | | 0 | 0.00036958123 | |
| 15384303 | 2 years ago | | | 0 | 0.00029776584 | |
| 15302494 | 2 years ago | | | 0 | 0.0019081121 | |
| 15230373 | 2 years ago | | | 0 | 0.00031581386 | |
| 15214082 | 2 years ago | | | 0 | 0.0010932717 |
ABI
ABI objects
Getter at block 21190609
Baby_Wizards_Addr() view returns (address)
0x4b1e130ae84c97b931ffbe91ead6b1da16993d45
Big_Wizards_Addr() view returns (address)
0x521f9c7505005cfa19a8e5786a9c3c9c9f5e6f42
MAX_WIZARDS() view returns (uint256)
20000
METADATA_PROVENANCE_HASH() view returns (string)
baseURI() view returns (string)
https://forgottenbabies.com/build/json/
name() view returns (string)
ForgottenPixelsDigitalClothes
owner() view returns (address)
0xc9305ccd1e70621ea58504feddc0d131911fc11c
summonStartBlock() view returns (uint256)
1000
summonStarted() view returns (bool)
true
symbol() view returns (string)
WIZSTOCK
totalSupply() view returns (uint256)
259
vault() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
adultCheck(uint256 tokenId) view returns (address)
babyCheck(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
forwardERC20s(address _token, uint256 _amount)
renounceOwnership()
reserve(uint256 _numWizards)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBabyWizAddr(address Baby_Wizards_Addr_)
setBaseURI(string _newBaseURI)
setBigWizAddr(address Big_Wizards_Addr_)
setProvenanceHash(string _hash)
setSummonStartBlock(uint256 _newSummonStartBlock)
setVault(address _newVaultAddress)
summon(uint256 tokenID)
summonBaby(uint256 tokenID)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw(uint256 _amount)
withdrawAll() payable
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.