Juice

Verified contract

Active on Ethereum with 11 txns
Deployed by via 0x62b9a419 at 20707946
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Juice"

0xe186e0d23cd8e6bdd6dfc88401461c05155b791df5b99470dc20a2857433dfe2
0xcfdb2ffd449ba94f09d8685385fdba649d0d6896acf3051692aff54fea5ae807
0xda3ccca7bd8c53367043b2f840494e99e73398bf81dcd8f0aa9ed31b138779bd
0xa62452a5b6d02f46b57a7578df2ecbc58f0eb48bca76a0b0834bc4dea06d6e30
0xaa58f772f2b51f97226292860e165d0276ae477f04520e0e3b8dc2f77c3ca27e
0x360a1161bb9009b28da7a3f9fde57c44faafc269a8eca84d4dad0fdf3ee8bf25
0xc56030536cb038b37455eeee5627592f68981a13ccd263d7281830af3e6e4b17
0x3f3ad60413d1e74b6083b85b001570956ac5bac6ac4bf4c956820387b48cef49
0x08e7115c28b995d891189c1f9156f306bd7c4e4be9f6fdbfbcf52b9b04a98a30
0x987921082495410a3b5bff3b7fedbde8eccc2202ac382f39e0c3c049144dc9c1

Functions
Getter at block 21205176
_WETH(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals(view returns (uint8)
18
name(view returns (string)
Juice
nown(view returns (address)
0xcf47b3d5040307087632ba0461d656c60e2d2b2f
owner(view returns (address)
0x0000000000000000000000000000000000000000
pair(view returns (address)
0xa5f9985cdcbde9a7bdca23bc5531142c70b2cf37
symbol(view returns (string)
JUICE
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
OpenTrade(
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account