forgottendog.wtf
Verified contract
Active on
Ethereum with 3,080 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 "forgottendog.wtf"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20552400 | 3 months ago | | | 0 | 0.000064792580 | |
| 20250637 | 5 months ago | | | 0 | 0.000032431980 | |
| 20181061 | 5 months ago | | | 0 | 0.00032865267 | |
| 20046560 | 6 months ago | | | 0 | 0.00016379426 | |
| 20046558 | 6 months ago | | | 0 | 0.00015583518 | |
| 18050281 | a year ago | | | 0 | 0.00077072927 | |
| 17732840 | a year ago | | | 0 | 0.00097833596 | |
| 17534912 | a year ago | | | 0 | 0.00060848435 | |
| 17414708 | a year ago | | | 0 | 0.0028478913 | |
| 17286319 | 2 years ago | | | 0 | 0.0025603220 |
ABI
ABI objects
Getter at block 21292129
DESIGNER_ADDRESS() view returns (address)
0xf416f708a855d65567a6456e3908bba4b9229922
DEVELOPER_ADDRESS() view returns (address)
0x8306865fab8dec66a1d9927d9ffc4298500cf7ed
FINANCIER_ADDRESS() view returns (address)
0x682e5d1b097e55228f5e2b5d0f6212ffa645cc02
MARKETER_ADDRESS() view returns (address)
0x600450fa4b0a108c1fcec19cb6a4e09514aec9b8
MAX_SUPPLY() view returns (uint16)
10000
MAX_TEAM_SUPPLY() view returns (uint16)
1000
PRICE_AFTER_8() view returns (uint256)
2000000000000000
VAULT_ADDRESS() view returns (address)
0x4d864d0b967d97a779cd1b14ecb780c08b8aa3dd
baseTokenURI() view returns (string)
https://forgotendogwtf.mypinata.cloud/ipfs/QmTf35rx8kbhNKk3nMdN3BCh2uHUxjFnBunYopBr4Lu5Fw/
name() view returns (string)
forgottendog.wtf
nextOwnerToExplicitlySet() view returns (uint256)
0
owner() view returns (address)
0x21ad2975e9fe4f0a1331972443a79c75a5c174ac
saleStage() view returns (uint8)
2
symbol() view returns (string)
FORGOTTENDOG
teamCounter() view returns (uint16)
1000
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)
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)
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenUri(string _baseTokenURI)
setSaleStage(uint8 _saleStage)
teamMint(address _to, uint16 _quantity)
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.