SybilZero

Verified contract

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

No balances found for "SybilZero"

0x7fb1e9b55350a8c5f071a3e4086b73efbcd2f1deb9170262dbad60ce383b9b31
0xe02611f4ba25dc9aefb39724ea4f12f255ba6e5a4cf5701649e67696c4cb929a
0x183898ce8049ec3d2679642deb3bb91bf46c2336a11151479c237beca1eec1ac
0x3af8dcda3bd0e8816c612eae839b1adf703fce6ec0e12bfdf075be05ef7baf46
0x1e109b3945e77555725bd01935c49877d3274ca4b3cc5d6806451fc7c4bbcaa4
0xd7548559ed4cee342d63e9a1cad0eb045af331cf26ffae2a413319a25698dac0
From
0xfad192eda9d5e08a2bfc84f628aa7795278382dc500ab68bd5d914f11323ec7e
From
0x26194141ede12fe56651ddddc399b80843be4721810f1398b55486d0bed031ed
From
0x87b15d92b028a335885edbca52de97bc9d3553f52252cf3949241cd6e32e514b
0xbaeae87980948dad5ee4a4351652ccdd3517218c206555363750cbbd0ee08020

Functions
Getter at block 21116103
decimals(view returns (uint8)
18
name(view returns (string)
SybilZero
symbol(view returns (string)
Sybzero
totalSupply(view returns (uint256)
777888999000000000000000000
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