Sweeney

Verified contract

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

No balances found for "Sweeney"

0x6619bd8be8f11c2622cf53c4428c64c2f20048e1c6acc3c395cbf96a3529c309
0xd3ce2175b5a8baaba8b652dda75c32cd083ef2a50e012bf8bbf3d60296e85bdd
0xb959a9da53204b727fe1fe573c71ccec95e9f81dcd079e22537a121d80749cf1
0x605e499fe9722e295bb1b79e834ed67f9020816cfd14fa2a010ad19bd95801ec
0x304bc0fc77a8869d64a7f901412dfe69d51f17af0fa0c721fa473cfd5b5fcd5e
0xb70c22da5f419bcdc99a35d8d8eb9e808ad6b9d9acfa45cea1b35026f9f91242
0x2efe5c1382e11cca35860ee689370d7f84ba0c2cf58c54f798147ef357bc5897
0xe2a97f533f4e652d47f0717e3798b76229b51e0f12ae5a8a68ab72eb240311d1
0xc3d459f18c1841b962ae2de91e27d8d45f7eb52f97622125a0c69f7c8810ecbe
0x73f6270995c474d35588e7ff52a493757a0b4c1c1d7939f29a07b4a722d0d9ab

Functions
Getter at block 20987067
decimals(view returns (uint8)
18
name(view returns (string)
Sweeney
supply(view returns (uint256)
800818008000000000000000000
symbol(view returns (string)
Sweeney
totalSupply(view returns (uint256)
800818008000000000000000000
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(address treasury
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