I Fkin Did It

Verified contract

Active on Ethereum with 746 txns
Deployed by via 0xd73180b0 at 14918666
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Native
Value $1.62
0x2600b31843f8cd528dd5e63b80331a0e4b23f1e20c392109c48cf6a6d7f58f1f
0x3c9b16311bb72c49a25c903d75076daea8e1a57e31a1b9889ef1d976b3bd1b69
0xf0073a4247f7f103c7d9acacb093ef8346b3d2ad1a963121ad2c6565ec8f08fb
0xf15c14dd2e8166fff61c6fdb1f1324c20fa3265539a0c8ebbcde3e0702864e22
0xd04009c70df6e60fb06f5942556e69f45df703e6ab5f194a49061470a8cc8ae7
0x16804b0bddf17044a72570cd459a94677daf57effe1ef0494dd7a4abac961903
0x8be99e13d61ba415eccc8ce03142b4b0ad21274fac2daa41300412ff617fbf56
0x8b7d2ee78b9873fba897961e0b4cfc0d9bf655cd7fec61fa6f0c9857006e03a2
0xe9f872b9f274115928012aea0cfdce01bd857c3ca7fb1662caf30f5d5bddc9ec
0x618c593f0a41e59a494daf2d9323ad6378bc4910bf947340e2ef0afb895938b8

Functions
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 ownerview returns (uint256)
freeMinters(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
freeMint(
mint(uint256 quantitypayable 
pause(
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string tokenBaseURI_
setFreeMintsAvailable(uint256 _freeMintsAvailable
setMintPrice(uint256 _mintPrice
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
unpause(
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
FreeMint(uint256 totalMinteduint256 freeMintsAvailable
Mint(uint256 totalMinted
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Unpaused(address account
Constructor
constructor(string tokenBaseURI_uint256 quantity
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(