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 "Fruglys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19554898 | 8 months ago | | | 0 | 0.00058364428 | |
| 19127146 | 10 months ago | | | 0 | 0.00083399633 | |
| 18802857 | a year ago | | | 0 | 0.00077661181 | |
| 17033929 | 2 years ago | | | 0 | 0.0012969046 | |
| 16981344 | 2 years ago | | | 0 | 0.0013236452 | |
| 16979566 | 2 years ago | | | 0 | 0.0017648097 | |
| 16928235 | 2 years ago | | | 0 | 0.0013121378 | |
| 16698952 | 2 years ago | | | 0 | 0.0017731659 | |
| 16698854 | 2 years ago | | | 0 | 0.0014747200 | |
| 16674172 | 2 years ago | | | 0 | 0.0010446369 |
ABI
ABI objects
Getter at block 21195930
BASE_URI() view returns (string)
ipfs://QmTCVoLkQZANUkKhCAWVNNrKTttjBQvT7FD3C6cfCeYjVD/
MAX_PER_TX() view returns (uint256)
20
MAX_PER_WALLET() view returns (uint256)
20
MAX_SUPPLY() view returns (uint256)
5000
PROVENANCE() view returns (string)
3553b1316dbfa5daf14c47f0db257cc0
name() view returns (string)
Fruglys
owner() view returns (address)
0x0f2ad6b3200c0e182ca5aedae4099dda99b32051
paused() view returns (bool)
false
price() view returns (uint256)
0
symbol() view returns (string)
FRUGLY
totalSupply() view returns (uint256)
5000
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)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
flipPause()
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setPrice(uint256 _price)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()