EndTheFed

Verified contract

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

No balances found for "EndTheFed"

0x06cefd30e989c0d770524e421ca75d74b8f6209cbe4c3379da70a775753bd488
0xdbe40958243a2a289cb5b22ad9b73a87304f6dd595c23b5288fe6ed24b166f9b
0x5802614425f913fa8ab077d33e4c3156a51e85748298bfec929b6dfa8f619de0
0xb9927b341394959011fbf9160e98477df10efb92c7f451885933c6bdf36e4f35
0xb499729c692a002191be7b2b473458ba1f788d37ac7da12218ad1e2872d2195c
0xbc58df1f2a39ecd0f842f02d61a54842e07b9341ca77cc96357555c377f0b22d
0xf22867dba4c05945f28feea9d485ee22c382b4d7407247d0677f32171e10cc73
0xcbd4b8b2817de1bb22a464fbe99ccc9f8c369957f9f1a05e3a80e88a390683fd
0x03c303330d9f5f5fcf81aecded6986c410162a3589a3367963af53f34e619b4c
0x0fcb1a01006e3c0b5344368e84daf58368e7f124195a8aaefaa0c02235d2b03d

Functions
Getter at block 21277086
decimals(view returns (uint8)
18
name(view returns (string)
EndTheFed
symbol(view returns (string)
END
totalSupply(view returns (uint256)
10000000000000000000000000000
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(
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