The Grifters

Verified contract

Active on Ethereum with 2,758 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional variables
Native
Value $7,251.99
0x635b5bfc3aad0250ffba36b9ec1601e00cb7886ec9659d492dd840d3ea838b56
From
0xc7c9307c074c6be1ccf55696f44eb7ed7f8eda6f4877a3e3e4cc5ec69bd25d37
0x921200d1512af7e7b2d6247aeddb0a711d1c12df3048df39d0dcaa51985c43f0
0x2574f1b13095dae87467923dd32768c8095b9bbecf3648f2078ee13aedad1252
0xc75ca194c7620b12fac8c42bb1670a5a2359ba59ca80d4178e45925e3f67f8cc
0x10250ae38b51ece260bfe8ad223c4743427ac5e124cadb9075255b48333063de
0xfb3c3fa27002057ca046b27422b0418626f73ab45126195668f2ebd547e04564
0x3d29532a864505ebb165a2a299e34916e53d7e6ebc599810b5e9da1fce0ea1d3
0x3b2728d97e838c3980f5a309eae2803235420f608a50b24c84bba4bed75f05e4
0x795ef1add65df30f6e89fccdbce31320e8a11b20e287c557836e1e447451d4ae

Functions
Getter at block 21332595
claimMerkleRoot(view returns (bytes32)
0x3215af58ee48fb4a33ec328b230f049c30a0465746162559c9a3327713db73f1
mintpassAddress(view returns (address)
0x0000000000000000000000000000000000000000
mintpassId(view returns (uint256)
0
name(view returns (string)
The Grifters
owner(view returns (address)
0x04f886d06cd35c8fe044567310024fdd08dd08aa
price(view returns (uint256)
0
provenance(view returns (string)
saleMerkleRoot(view returns (bytes32)
0xde11c3ab44d10a598177c541211b798ad60c91ab663f5a2255375ef34d02c6ad
symbol(view returns (string)
GRIFT
token(view returns (uint16 maxSupplyuint16 maxPerWalletuint16 maxPerTransactionuint72 preSalePriceuint72 pubSalePricebool preSaleIsActivebool saleIsActivebool claimIsActivebool supplyLockuint8 salePhaseuint8 claimPhase)
(maxSupply=5555, maxPerWallet=1000, maxPerTransaction=100, preSalePrice=0, pubSalePrice=0, preSaleIsActive=false, saleIsActive=true, claimIsActive=true, supplyLock=false, salePhase=0, claimPhase=2)
totalReleased(view returns (uint256)
240000000000000000
totalShares(view returns (uint256)
100
totalSupply(view returns (uint256)
5555
unclaimedSupply(view returns (uint256)
0
Read-only
balanceOf(address ownerview returns (uint256)
fiatAllowlist(addressview returns (bool)
getApproved(uint256 tokenIdview returns (address)
getClaimIneligibilityReason(address _addressuint256 _quantityview returns (string)
hasClaimed(addressview returns (uint16)
hasMinted(addressview returns (uint16)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
payee(uint256 indexview returns (address)
released(address accountview returns (uint256)
released(address tokenaddress accountview returns (uint256)
shares(address accountview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
totalReleased(address tokenview returns (uint256)
State-modifying
addFiatMinter(address _address
approve(address touint256 tokenId
claimFree(uint16 _maxMintuint16 _quantitybytes32[] _proof
claimTo(address _addressuint256 _quantitypayable 
lockSupply(
mint(uint16 _quantitybytes32[] _proofpayable 
release(address account
release(address tokenaddress account
removeFiatMinter(address _address
renounceOwnership(
reserve(address _addressuint16 _quantity
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseTokenURI(string _uri
setClaimRoot(bytes32 _root
setMintPass(uint256 _idaddress _address
setProvenance(string hash
setSaleRoot(bytes32 _root
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
updateClaimState(bool _claimIsActiveuint8 _claimPhase
updateConfig(uint16 _maxSupplyuint16 _maxPerWalletuint16 _maxPerTransactionuint72 _preSalePriceuint72 _pubSalePrice
updateSaleState(bool _preSaleIsActivebool _saleIsActiveuint8 _salePhase
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ERC20PaymentReleased(address indexed tokenaddress touint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayeeAdded(address accountuint256 shares
PaymentReceived(address fromuint256 amount
PaymentReleased(address touint256 amount
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _namestring _symbolstring _uriaddress[] _payeesuint256[] _sharesaddress _ownerstruct ERC721AContractToken _token
Fallback and receive
receive(
Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(