Sweetheart Grips
Verified contract
Active on
Ethereum with 1,386 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 "Sweetheart Grips"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18891818 | a year ago | | | 0 | 0.0010205069 | |
| 18335353 | a year ago | | | 0 | 0.00063773272 | |
| 17969497 | a year ago | | | 0 | 0.0014625371 | |
| 17515964 | a year ago | | | 0 | 0.0020285818 | |
| 17515959 | a year ago | | | 0 | 0.0019513770 | |
| 17515953 | a year ago | | | 0 | 0.0015543338 | |
| 17008649 | 2 years ago | | | 0 | 0.00088852989 | |
| 17008649 | 2 years ago | | | 0 | 0.00088899192 | |
| 16787888 | 2 years ago | | | 0 | 0.0015467582 | |
| 16747643 | 2 years ago | | | 0 | 0.00084957296 |
ABI
ABI objects
Getter at block 21258891
MAX_MULTIMINT() view returns (uint256)
5
MAX_SUPPLY() view returns (uint256)
5200
MINT_LIMIT_PER_ADDRESS() view returns (uint256)
5
PRICE() view returns (uint256)
0
authorizer() view returns (address)
0x6495b9506990103c68dfccd0dd65b16788221363
contractURI() view returns (string)
ipfs://bafybeiekxayd5bqj3zugmcc5uko7pipu4fn6obmcpmdtop3c7tqy33hqaq/contract
distributor() view returns (address)
0xaef4d46fb7b345559d2a4519956b38da98bdb4e0
name() view returns (string)
Sweetheart Grips
owner() view returns (address)
0xc91bc8eefb4e297a553273fa2e9af9b7791dc6b8
saleIsActive() view returns (bool)
true
symbol() view returns (string)
GRIP
totalSupply() view returns (uint256)
5200
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
qualifiedNonceList(uint256) view returns (bool)
qualifiedWalletList(address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
ownerMint(address address_, uint256 amount_)
qualifiedMint(uint256 amount_, bytes signature_, uint256 nonce_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setAuthorizerAddress(address address_)
setBaseURI(string customBaseURI_)
setContractURI(string customContractURI_)
setDistributorAddress(address address_)
setSaleIsActive(bool saleIsActive_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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 authorizerAddress_, address distributorAddress_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()