Strumm Token

Verified contract

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

No balances found for "Strumm Token"

0x481ad8d66bb984e849cca2f6f6a1c896f9bc10ee030396bf1a374d5f9494de54
0xb78dcf152fe3551c06781ce69464bf002c86b63e4627863bfcd0734089729a48
0x0578c57ae9c63ba8a31c8850916ac81a56cf1cfe47780e3fff68a4d95c61bd01
0x3a44d538e2bce802e969ced82b8b6d5fcab568afb346e1c4980f2eef0c7d345d
0x490189b1ddcd28dfe2448316e38c0f1569a90bfa773eb27e6a69473ec73a1e03
0x9e41f8dfe2414fb698f7c3e4ffe7698d04c54c4ed1eadd89ab1ddb29b1aad6d2
0xb4fc1691066212920f77b981629ce8e76210ed8bc4021b180e54a713f60c834f
0x8916fff7a7e8f7fb9f829846e5151778d2fb7de223f078c38c5fcc34d27bfcf8
0xeb39ae990225ee81c5d50b33d77b03e6530678814942207642374d803dc69c41
0xf73ec46045170bd326dfccd4cdc7629934074ef7da5e283a8d70c506d460f48e

Functions
Getter at block 21009341
decimals(view returns (uint8)
18
name(view returns (string)
Strumm Token
owner(view returns (address)
0xf598d8ac6aacfb15112d0a2706cb11fc233a9a06
symbol(view returns (string)
STRUMM
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)
burn(uint256 value
burnFrom(address accountuint256 value
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(address initialOwner
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