Juice

Verified contract

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

No balances found for "Juice"

0x0017946e47fe9ce5a13c10aa7836f8ee983de64a46a7399d4caa51f6ff4951d0
0xa4ad9dc69fd4e4e664861932f9a522f3f71044abd8eb784406bc0a02416318d0
0x700f04cdc736c028f81d519b14979bb1e8493c4b2b6a5be6177b0c9301898e8e
0x6d2a0b7ca4287918a35d5586cf7be50507d1444db804fc2fbc7556a64c574e2c
0x21fd91de579c8bf0779eaa113ec0b56410d5ed9f9d3760539ec7351a9fa6f8ac
0x8e16682faeb36cc6e3f2e4f5626cc39df9878f34ce773ef71c8bd33fc673c98f
0x5608cafe88b00c1b1337989a9c508cdc2a069aec22f025e9fe09dfc2c3b043a2
0x63f7dff6b66fa37a2555caac873f6a164be4deb2dfdf2e8d4984ad2e10f8a753
0xbc5bc70362758cdf8eb5e52d865074292cfcce1731c7fc91139533a80b60fcca
0x3cc09830ad220d1a9c66b583d95602c748e550b35cb942af7a76381227c019e9

Functions
Getter at block 20791596
_WETH(view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals(view returns (uint8)
18
msgsender(view returns (address)
0x3e0102f3a6a9e07e98e9a4fef07c1331a0959f46
name(view returns (string)
Juice
owner(view returns (address)
0x3e0102f3a6a9e07e98e9a4fef07c1331a0959f46
pair(view returns (address)
0x2289cf1d6daad30264d3f6e529bf9705642b571c
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