Frog Soup
Verified contract
Active on
Ethereum with 582 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 "Frog Soup"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21238949 | 13 hours ago | | | 0 | 0.00062545854 | |
| 21226112 | 2 days ago | | | 0 | 0.0011881558 | |
| 21225967 | 2 days ago | | | 0 | 0.0011707510 | |
| 21203338 | 6 days ago | | | 0 | 0.00098187771 | |
| 21196030 | 7 days ago | | | 0 | 0.0016593340 | |
| 20912520 | 2 months ago | | | 0 | 0.0013094268 | |
| 20912514 | 2 months ago | | | 0 | 0.00099755732 | |
| 20912511 | 2 months ago | | | 0 | 0.0012061093 | |
| 20077744 | 5 months ago | | | 0 | 0.0015516711 | |
| 20018854 | 6 months ago | | | 0 | 0.00092200983 |
ABI
ABI objects
Getter at block 21242800
_paused() view returns (bool)
false
collectionSize() view returns (uint256)
5029
contractURI() view returns (string)
https://ipfs.io/ipfs/bafkreiceu3vrefad4mfso32b22nfjpa5l7y2j453drv27fvpunvuo665e4/
name() view returns (string)
Frog Soup
owner() view returns (address)
0x3b1eb74ea4614a90656c7888b11c97d940d60c40
symbol() view returns (string)
SOUP
totalSupply() view returns (uint256)
1853
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
getToads(uint256 weiAmount)
mint1() payable
mint10() payable
mint3() payable
mint5() payable
pause(bool val)
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)
setContractURI(string baseURI)
setPrice(uint256 _newPrice, uint256 _bundle)
setRouter(address newRouter)
soupCatering(address[] recipients)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawForChef(uint256 weiAmount) payable
withdrawToken(address _tokenContract, uint256 _amount, address _to)
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(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.