Dead Founders YC
Verified contract
Active on
Ethereum with 3,104 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 "Dead Founders YC"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19707011 | 7 months ago | | | 0 | 0.00028746699 | |
| 19253161 | 9 months ago | | | 0 | 0.0011288108 | |
| 18803046 | a year ago | | | 0 | 0.00091584516 | |
| 18803046 | a year ago | | | 0 | 0.00091806566 | |
| 18803046 | a year ago | | | 0 | 0.00091806566 | |
| 18803046 | a year ago | | | 0 | 0.00091495696 | |
| 18401992 | a year ago | | | 0 | 0.00034583090 | |
| 17980414 | a year ago | | | 0 | 0.00098073194 | |
| 16395828 | 2 years ago | | | 0 | 0.00041821642 | |
| 16119337 | 2 years ago | | | 0 | 0.00062123371 |
ABI
ABI objects
Getter at block 21216065
FreeMintBatch() view returns (uint256)
0
Minting() view returns (bool)
true
baseURI() view returns (string)
ipfs://Qmd6CijKjjfupKojBp4wan9VfQJSn2LZu6MkNxL5BspfAz/
maxPerTx() view returns (uint256)
20
maxSupply() view returns (uint256)
8000
name() view returns (string)
Dead Founders YC
owner() view returns (address)
0x8221b9895552b8f45d23f89b5bb1aa45fbe3f74e
price() view returns (uint256)
2500000000000000
symbol() view returns (string)
DFYC
teamSupply() view returns (uint256)
100
totalSupply() view returns (uint256)
8000
Read-only
balanceOf(address owner) view returns (uint256)
freeMintArray(uint256) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
minted(address) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supplyMintArray(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events OwnerBatchMint(uint256 qty)
airdrop(address[] listedAirdrop, uint256[] qty)
approve(address to, uint256 tokenId) payable
mint(uint256 qty) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxSupply(uint256 maxMint_)
setPrice(uint256 price_)
setPublicMinting()
setTeamSupply(uint256 maxTeam_)
setfreeMintArray(uint256[] freeMintArray_)
setmaxPerTx(uint256 maxPerTx_)
setsupplyMintArray(uint256[] supplyMintArray_)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()