Angry Frogs Famiglia
Verified contract
Active on
Ethereum with 1,524 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 "Angry Frogs Famiglia"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19114291 | 9 months ago | | | 0 | 0.00072082461 | |
| 19093877 | 9 months ago | | | 0 | 0.00031952667 | |
| 19009343 | 10 months ago | | | 0 | 0.00046317320 | |
| 18914835 | 10 months ago | | | 0 | 0.00038218960 | |
| 18894296 | 10 months ago | | | 0 | 0.00042104371 | |
| 18865615 | a year ago | | | 0 | 0.00069399381 | |
| 18855672 | a year ago | | | 0 | 0.00069075679 | |
| 18851895 | a year ago | | | 0 | 0.00052798362 | |
| 18851883 | a year ago | | | 0 | 0.00086918701 | |
| 18614740 | a year ago | | | 0 | 0.0023037385 |
ABI
ABI objects
Getter at block 21160814
CLAIM_COUNT() view returns (uint16)
1462
CONTRACT_NAME() view returns (string)
Angryfrogs Contract
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
GIVEAWAY_COUNT() view returns (uint16)
150
MAX_SUPPLY() view returns (uint16)
10000
MINT_TYPEHASH() view returns (bytes32)
0x79800d7a879f6d3ff90ed42057b41065ab94943f7417273b44f9e3044f196171
baseTokenURI() view returns (string)
https://api.angryfrogs.io/api/tokens/
claimSale() view returns (bool)
true
maxByMint() view returns (uint16)
10
metaAddress() view returns (address)
0xdeed21e33b61de9e95a54bf467a859169ce1a058
mintPrice() view returns (uint256)
69000000000000000
mintedCount() view returns (uint16)
1542
name() view returns (string)
Angry Frogs Famiglia
owner() view returns (address)
0x1642463fe605a54e2cac23601fda99815622a4be
privateSale() view returns (bool)
false
publicSale() view returns (bool)
true
stakingAddress() view returns (address)
0xc82f5fa9d0428eaa26e3ae748ae49873d1c95bf5
symbol() view returns (string)
AFFs
totalSupply() view returns (uint256)
1542
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getAvailableMeta(address owner) view returns (uint256)
getTokensOfOwner(address owner) view returns (uint256[])
isApprovedForAll(address owner, address operator) view returns (bool)
mintableDiamond(address) view returns (bool)
mintableFromRaccoon(address) view returns (uint8)
mintedFromMeta(uint8) view returns (bool)
mintedWhiteliste(address) 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)
burn(uint256 tokenId)
claimByMeta(uint8 count)
claimByRaccoon(uint8 count)
mintByDiamond()
mintByOwner(uint8 _numberOfTokens, address user)
mintByUser(uint8 _numberOfTokens) payable
mintByUserPrivate(uint8 _numberOfTokens, uint8 v, bytes32 r, bytes32 s) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setClaimSaleStatus(bool status)
setContractAddress(address _metaAddress, address _stakingAddress)
setCount(uint16 _max_supply, uint16 _claim_count, uint16 _giveaway_count)
setDiamond(address[] _owners)
setMaxByMint(uint16 newMaxByMint)
setMintPrice(uint256 newMintPrice)
setPrivateSaleStatus(bool status)
setPublicSaleStatus(bool status)
setRaccoonOwners(address[] _owners, uint8[] _counts)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll()
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(address _admin)
This contract contains no fallback and receive objects.
This contract contains no error objects.