Grifterz
Verified contract
Active on
Ethereum with 1,100 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 "Grifterz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21353160 | 4 days ago | | | 0 | 0.00062309886 | |
| 20924771 | 2 months ago | | | 0 | 0.0015981323 | |
| 20886080 | 2 months ago | | | 0 | 0.00080617250 | |
| 20582938 | 4 months ago | | | 0 | 0.000060652901 | |
| 20498760 | 4 months ago | | | 0 | 0.000042278041 | |
| 20191969 | 5 months ago | | | 0 | 0.00034042642 | |
| 20180373 | 6 months ago | | | 0 | 0.00033978453 | |
| 19987090 | 6 months ago | | | 0 | 0.00045380150 | |
| 19974886 | 6 months ago | | | 0 | 0.00046138313 | |
| 19964750 | 6 months ago | | | 0 | 0.00042883855 |
ABI
ABI objects
Getter at block 21384970
MaxperWallet() view returns (uint256)
50
baseURI() view returns (string)
ipfs://bafybeigutidtoz77kxnxndz25dwvfq4ujnaqcqnytolpmvjw3alp42wjfa/
cost() view returns (uint256)
2900000000000000
maxSupply() view returns (uint256)
6969
merkleRoot() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name() view returns (string)
Grifterz
notRevealedUri() view returns (string)
ipfs://bafkreiajmvwqxq56jyrd4u5bet7cyjol4ohohw7ypj7vwc56upckeq6p74
owner() view returns (address)
0x7ff3bbe3a2436ccbaa1b43a69f536a4a54d86b01
paused() view returns (bool)
false
revealed() view returns (bool)
true
symbol() view returns (string)
GRIFTERZ
totalSupply() view returns (uint256)
6969
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMintedForFree(address) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId) payable
deleteRoyalty()
mint(uint256 tokens) payable
pause(bool _state)
renounceOwnership()
reveal(bool _state)
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 _newBaseURI)
setCost(uint256 _newCost)
setMaxPerWallet(uint256 _limit)
setMaxsupply(uint256 _newsupply)
setNotRevealedURI(string _notRevealedURI)
setRoyaltyInfo(address _receiver, uint96 _feeNumerator)
teamMint(uint256 _mintAmount, address[] destination)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw() payable
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(address _owner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
ERC2981InvalidDefaultRoyalty(uint256 numerator, uint256 denominator)
ERC2981InvalidDefaultRoyaltyReceiver(address receiver)
ERC2981InvalidTokenRoyalty(uint256 tokenId, uint256 numerator, uint256 denominator)
ERC2981InvalidTokenRoyaltyReceiver(uint256 tokenId, address receiver)
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()