RED PILL

Verified contract

Active on Ethereum with 790 txns
Deployed by via 0xf4c93931 at 19262812
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xac47ecd8abd5d5b39150b0f41fcd2de464e152ee34b114f9b7da1428387eaeca
0xccb295e887a0f38f0644c9b6a7525c354238e2886bccc8ef1c8b7f40744134ba
0x31bdd82039d5abd7e2d24b6855a07926ef2493c570fc722ed15cc012dc288e65
0xc88bd860c929575440ac42025532f01689b98596f9397df4c981725b47e92ed6
0x10db5f56cf80c12e1e487ea03e9758a99cf9537273a7266701235c0b1cc8cf0e
0xa95c5ac84100619d85adb377ee373a5c029f6e62750787d39a7725fb4d5dac83
0x27bf4cdaf0c873f64df2b9908d7f36923fc1bbf950c1484247c7e52e6a327173
0x0b38d3859e58e3a68d664f563a8e072de309455993a069cbd37f8e84df1308c3
0xf4cfe34ed1bead3d89d906521e62dd10bc5579ce38f8db00d6fdc03fc3a86dbc
0xcbd39d98c49b12737f8f68002ef6fb14568ce90e86251dcb2293955110adc784

Functions
Getter at block 20970377
decimals(view returns (uint8)
18
name(view returns (string)
RED PILL
symbol(view returns (string)
RPILL
totalSupply(view returns (uint256)
690000000000000000000000000000
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