pLakeToken

Verified contract

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

No balances found for "pLakeToken"

0x2a23b8cb3d62dd017cbbdd987eb8290847fada3394ebbd4b5eb9f285b5051569
0xbfdc31b6d25449af33166f91785cb66a5cfa08549b83bb5ace9ba7a2454e52b3
0xc1b6f6d21b72b7435f5e766138d57c9ceed32cbb17f4f7308604ebfc220831b3
0x6f8be16f6562cf471cd158a2a1b50ea7b5b966357343b8c52dfa20f07a2a56cd
0x1b7c9c36c1e11b624a56c575e2b5f0850bee4084e63691660ae0f065099518a8
0x3202ac20c8f47cb48572172069cfe1134b01ae8d1c20b50ec7a58fd0ecf61479
0x45bef513bae9d03d196f2d0eb6d6470232c3319ab610699c57c4b70ba3a8285b
0x012edef113ff0b339afa76dc467d6b8f48a42b80b2e806ab1aac4dc05c88a77f
0xb8a890998d8d560f3396415feda981fa7dbc9d25f7ac2b9f698ea6059be0869b
0xd99a3ce0c333893d15a75075e2c93bc7712aa26e69ed776ade60b76f3c8cb584

Functions
Getter at block 21230046
decimals(view returns (uint8)
18
name(view returns (string)
pLAKE
symbol(view returns (string)
pLAK3
totalSupply(view returns (uint256)
47500000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
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