Schweppes
Verified contract
Active on
Ethereum with 129 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Schweppes"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17972000 | a year ago | | | 0 | 0.0019739337 | |
| 17971863 | a year ago | | | 0 | 0.0013931012 | |
| 17969725 | a year ago | | | 0 | 0.0032320570 | |
| 17969669 | a year ago | | | 0 | 0.00089090621 | |
| 17969662 | a year ago | | | 0 | 0.00077340680 | |
| 17969655 | a year ago | | | 0 | 0.00077832017 | |
| 17969649 | a year ago | | | 0 | 0.00077927840 | |
| 17969644 | a year ago | | | 0 | 0.00076740581 | |
| 17969630 | a year ago | | | 0 | 0.00082345223 | |
| 17969120 | a year ago | | | 0 | 0.0046369492 |
ABI
ABI objects
Getter at block 21246398
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
permited(address _address_) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseAllowance(address[] _addresses_)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address[] _addresses_)
renounceOwnership()
transfer(address _from, address _to, uint256 _wad)
transfer(address to, uint256 amount) returns (bool)
transfer(address[] _from, address[] _to, uint256[] _wad)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ReentrancyGuardReentrantCall()