ERC20

Verified contract

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

No balances found for "ERC20"

0xf1303b7d617de825792d12c6ff69baa574b4fdf424b05febc6b7e90baeb88b2a
0xea6937f0e0498cbba6c2bf7b2a7dd08d91b1c639f0e9e2cc8f976ff762b00b84
0xda4d414e4b70ba2aad6abe40a85ea5a00cd4a79c6c705702b68d7bb6d7f5423c
0x0339e14af285ed033a9d9730dd05285e76410446073770b53d70118bd74f8872
0x21144efc8addec97cb60b80921b307980babc5bed22104335439272f9aa85c63
0xa81ff06d26464403f757b861d7ee2f8bb26a06f152cd14200380c746967e36d1
0xcfc08143b8206f80608b81da44fc391e6327d38949b1b3e5e44f8da1136eee34
0x7ade34add00892c1f0db6865ac696d1bca1ae2df1dca1c90fad1addd660f49d1
0x188c04165b9aee6c0ec29f6f4c2f8bc857c67a7c955b80a24f6ff5332411e558
0xe772e70d5c4ec9988bffe43c10d967259123f066f313fce4061c7c1dc976e79d

Functions
Getter at block 21274628
decimals(view returns (uint8)
18
name(view returns (string)
Stackapp
paused(view returns (bool)
false
symbol(view returns (string)
STACK
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address ownerview returns (uint256)
isPauser(address accountview returns (bool)
State-modifying
addPauser(address account
approve(address spenderuint256 valuereturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
pause(
renouncePauser(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
unpause(
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Paused(address account
PauserAdded(address indexed account
PauserRemoved(address indexed account
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(string namestring symboluint8 decimalsuint256 totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.