PETER TODD

Verified contract

Active on Ethereum with 208 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
Value $26.23
0x41d55abc7013cb79310823d0f796fd78dfe5903b79dd2967eb0d8466450fc6f8
0x196a0ae2b85daee59a65bff081c70ba252b5ec25b882c2f8727c0a868eaa7e72
0x66685f33fcfe1b551d3bbad4daa26023ddc7bb244f5b4dbe650250bd4227622d
0x73130ca8315f2751f7bf198f242183c822e7ad0835a354aa81c3b0899c553657
0x01909df63b3effa3037a56f496963dd4a7b5860c11a7c7edc7c2a29555a13b14
0xcc86e87c753c339cc3d7008dbbe1770ee69ed773861f2b7d61dd85c6ffcef8d5
0xc54024889bb671d4483cd3973af5f8eaa303cb3f6fb1b0a92feee8810245531c
0x5013f664f0be01b5fdfbd99f360d09fe6d7b592bdd0417ba247f7b95a201b658
0xf117cf33ef1355a80a4f6d66c98ff30ec37b90f7335bf3bdd2e990162fe233c6
0x3c1508080d10a29de5701bf64b8b941d012115e7d2947faa8263152f01d8ccdd

Functions
Getter at block 21281510
decimals(view returns (uint8)
18
limitsEnabled(view returns (bool)
false
name(view returns (string)
PETER TODD
owner(view returns (address)
0x0000000000000000000000000000000000000000
parlayCoreSimple(view returns (address)
0x1e0ff5e61ec90bdef7162f3dc6bbd449e3e94ad7
symbol(view returns (string)
PETER
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
removeLimits(
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 _namestring _symboluint256 _totalSupply
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