MyFuckingEgg
Verified contract
Active on
Ethereum with 2,347 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 "MyFuckingEgg"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20322244 | 4 months ago | | | 0 | 0.00013002358 | |
| 20276446 | 4 months ago | | | 0 | 0.00042654612 | |
| 19812598 | 6 months ago | | | 0 | 0.00034154779 | |
| 19780294 | 6 months ago | | | 0 | 0.00012523634 | |
| 19739082 | 6 months ago | | | 0 | 0.00025217622 | |
| 19624123 | 7 months ago | | | 0 | 0.0011934541 | |
| 19101805 | 9 months ago | | | 0 | 0.00025058174 | |
| 19054056 | 10 months ago | | | 0 | 0.00024122479 | |
| 18861340 | a year ago | | | 0 | 0.00037227107 | |
| 18752522 | a year ago | | | 0 | 0.0012466427 |
ABI
ABI objects
Getter at block 21157427
MAX_FREE_SUPPLY() view returns (uint256)
5000
MAX_PER_TX() view returns (uint256)
50
MAX_PER_WALLET_FREE() view returns (uint256)
2
MAX_RESERVE_SUPPLY() view returns (uint256)
1000
MAX_SUPPLY() view returns (uint256)
10000
PRICE() view returns (uint256)
6000000000000000
baseTokenURI() view returns (string)
https://myfuckingegg.com/unrevealed/
contractURI() view returns (string)
isLive() view returns (bool)
true
name() view returns (string)
MyFuckingEgg
owner() view returns (address)
0x3e0f25e2a320e1f2ccede9a417f93c52edaa33e7
symbol() view returns (string)
MFE
totalSupply() view returns (uint256)
10000
Read-only
balanceOf(address owner) view returns (uint256)
countClaimed(address addr) 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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
giveaway(address to, uint256 quantity)
mint(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 URI)
setContractURI(string URI)
setFreeSupply(uint256 _quantity)
setPrice(uint256 newPrice)
setStatus(bool _status)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseTokenURIChanged(string baseTokenURI)
ContractURIChanged(string contractURI)
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()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()