I Fkin Did It
Verified contract
Active on
Ethereum with 746 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.62)
Native
Value
$1.62
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00045 | $3,591.59 |
$1.62 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15279357 | 2 years ago | | | 0.00045 | 0.00023156291 | |
| 15274976 | 2 years ago | | | 0 | 0.0013755280 | |
| 15177144 | 2 years ago | | | 0 | 0.00048644046 | |
| 15145915 | 2 years ago | | | 0 | 0.00066928963 | |
| 15145913 | 2 years ago | | | 0 | 0.00095549768 | |
| 15072924 | 2 years ago | | | 0 | 0.00067550015 | |
| 15061100 | 2 years ago | | | 0 | 0.00059764614 | |
| 15027045 | 2 years ago | | | 0 | 0.0011334931 | |
| 15002163 | 2 years ago | | | 0 | 0.00088659417 | |
| 14984531 | 2 years ago | | | 0 | 0.0016012069 |
ABI
ABI objects
Getter at block 21314610
FREE_MINTS_PER_TX() view returns (uint256)
2
MAX_MINTS_PER_TX() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
2222
freeMintsAvailable() view returns (uint256)
0
mintPrice() view returns (uint256)
0
name() view returns (string)
I Fkin Did It
owner() view returns (address)
0x4f6e7fce67b77dd63448e86774175103390f7be9
paused() view returns (bool)
false
symbol() view returns (string)
IFKINDIDIT
totalMinted() view returns (uint256)
1073
totalSupply() view returns (uint256)
1073
Read-only
balanceOf(address owner) view returns (uint256)
freeMinters(address) view returns (bool)
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)
freeMint()
mint(uint256 quantity) payable
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string tokenBaseURI_)
setFreeMintsAvailable(uint256 _freeMintsAvailable)
setMintPrice(uint256 _mintPrice)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
FreeMint(uint256 totalMinted, uint256 freeMintsAvailable)
Mint(uint256 totalMinted)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string tokenBaseURI_, uint256 quantity)
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()