Hapee Frens
Verified contract
Active on
Ethereum with 927 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 "Hapee Frens"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19222832 | 10 months ago | | | 0 | 0.00097696248 | |
| 18931572 | a year ago | | | 0 | 0.00070508851 | |
| 18721443 | a year ago | | | 0 | 0.0037409817 | |
| 18293710 | a year ago | | | 0 | 0.00037926203 | |
| 18158035 | a year ago | | | 0 | 0.00046352258 | |
| 17752031 | a year ago | | | 0 | 0.00067799135 | |
| 17588515 | a year ago | | | 0 | 0.0011901920 | |
| 17556999 | a year ago | | | 0 | 0.00058627269 | |
| 17551504 | a year ago | | | 0 | 0.00059838081 | |
| 17378155 | 2 years ago | | | 0 | 0.0014473652 |
ABI
ABI objects
Getter at block 21390888
MAX_MINT_AMOUNT() view returns (uint8)
7
MAX_TOKENS() view returns (uint256)
3000
name() view returns (string)
Hapee Frens
owner() view returns (address)
0x54ce4b9c2aea9ce6d01a89b942499abf56646883
paused() view returns (uint8)
2
symbol() view returns (string)
HPFS
totalMinted() view returns (uint256)
3000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256) view returns (address)
isApprovedForAll(address, address) view returns (bool)
minted(address) view returns (uint8)
ownerOf(uint256 id) view returns (address owner)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address spender, uint256 id)
mintFren(uint8 amount)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 id)
safeTransferFrom(address from, address to, uint256 id, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseUri)
transferFrom(address from, address to, uint256 id)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 indexed id)
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 id)
constructor()
This contract contains no fallback and receive objects.
Greedy()
Paused()
QueryForNonExistentToken()
TokenLimitReached()