This contract is being backfilled. You may encounter incomplete storage history.

Schweppes

Verified contract

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

No balances found for "Schweppes"

0xe0ee83b892a03f8dadbfa232d661cba8b686b80842ead24860d52c7d3c5baef2
0x1458bf7447650607b1bb301478dc8d8e64aa8cec67aaf6354d47baf752c654bd
0x630c3f2c3f310f85fbcf5440fae5375b1f9e87bb2f0190b091343876745b588e
0xf5a1f1092abefdeb3c52f41bed0d173c53229397d625af2b35358f359291c53c
0xd15515c6d36962d72c4f9a35bf2b8aac8d3c9b22810504bd32549b0cb4dde295
0x8d7b0f07b011d14e767fd3fc10530f1ecb71aa2c45acfc675de5cbeb15a8122d
0x5469c74de5b2771c586bd54f62c3a84f06839e6daeeb50a53b2c257a2a9b8863
0xa54aa338b33f46fa23d88da24c2d3dd699f500091fe65eb895677070a7e4112f
0xf764e88067193f56660b7a1aa7a793433dbdd5249325d4806c3772df8eb3c811
0x2345e6c7e11a2ee0f6d85f9b090f032a98b00d6c67c0c6be8ad592fc80d801d2

Functions
Getter at block 20792532
decimals(view returns (uint8)
18
name(view returns (string)
Schweppes
owner(view returns (address)
0x26e644e3e083805153f6a1917fdf24ecbc3e03d8
symbol(view returns (string)
SWPS
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
permited(address _address_view returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
decreaseAllowance(address[] _addresses_
increaseAllowance(address spenderuint256 addedValuereturns (bool)
permit(address[] _addresses_
renounceOwnership(
transfer(address _fromaddress _touint256 _wad
transfer(address touint256 amountreturns (bool)
transfer(address[] _fromaddress[] _touint256[] _wad
transferFrom(address fromaddress touint256 amountreturns (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
ReentrancyGuardReentrantCall(