GrinderMfers
Verified contract
Active on
Ethereum with 950 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "GrinderMfers"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20629070 | 3 months ago | | | 0 | 0.00019286788 | |
| 20628796 | 3 months ago | | | 0 | 0.00011987981 | |
| 16731690 | 2 years ago | | | 0 | 0.0018767107 | |
| 16727062 | 2 years ago | | | 0 | 0.00062704631 | |
| 16727058 | 2 years ago | | | 0 | 0.00062023499 | |
| 16727044 | 2 years ago | | | 0 | 0.00060242312 | |
| 16531517 | 2 years ago | | | 0 | 0.00040572274 | |
| 16446389 | 2 years ago | | | 0 | 0.00037886885 | |
| 16382745 | 2 years ago | | | 0 | 0.00065644114 | |
| 16368376 | 2 years ago | | | 0 | 0.00040597440 |
ABI
ABI objects
Getter at block 21224877
firstCount() view returns (uint64)
0
name() view returns (string)
GrinderMfers
owner() view returns (address)
0xe22cd49db15209d019abec77505ac0c55c262062
price() view returns (uint64)
35000000000000000
secondCount() view returns (uint64)
6849
symbol() view returns (string)
GMF
totalSupply() view returns (uint256)
3151
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
firstMint(uint256 quantity) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
secondMint(uint256 quantity) payable
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _owner)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()