ThePlurToken

Verified contract

Active on Base with 274 txns
Deployed by via 0x4cf305b1 at 23872269
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ThePlurToken"

0x7f4e4101d6a0d54f0c564a4e38714a9694dc5d49fd2c0728e237c835f13403af
0x75493b0aa26a516d96ce5c236094c37bfedb274888b426e2bc1eff065d5e9ef1
0xdec6f6dae6a4fe787401388a0ed4e259534b5248d440b1c35dd5662b2ab5dcd8
0x7038a7bbe11e919bb2ec9382cced749ee5cfbff7e103cad2a0ae52010f945ddc
0x8ad6b99ba5229fac4f333ff0091011904e249039735b9950710e44aed2880e6d
0x308fe5516984dee620f5f7485fa0bde6d980fd4fcd81a34fd5b856816ceee6f9
0x4b23f7b711df76510308dd9d5b8a6043096c5937385a1601d931696e9d7353f8
0xde825d74aadfab91c79afcdced15f8eb3b5a1225fa90d19905188cc249f770da
0x15a6dc9f123cba0a1064433d0a9cef588e926b27b5e15d63e7ba6ccf1d70c50f
0x170361e3736235bcf96aa1247c55c25df878b2004b3512346c577cf77359cafd

Functions
Getter at block 23889215
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
ThePlurToken
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
PLUR
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account