SLEEP TOKEN

Verified contract

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

No balances found for "SLEEP TOKEN"

0x430b119540b6ccde53b26dd0b93b1739d4addc5346923ecf4cf5c4e0f7cb446b
0x9c523b16042820708c92d99b915cef488fe8035fcd9e75d3aeac77061bf04c5e
0x31053f9f01d3112d08da9df2bdabffef9ff358506fe78c92c1db4d8e4c1aeb74
0xed5059b2152ee54ed1feb7d153705f8953f8aa1d647957ca617f4ccec83d64b0

Functions
Getter at block 21184705
decimals(view returns (uint8)
18
name(view returns (string)
SLEEP TOKEN
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SLEEP
totalSupply(view returns (uint256)
1000000000000000000000000000
tradingActive(view returns (bool)
true
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
enableTrading(
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