Side Eye Dog

Verified contract

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

No balances found for "Side Eye Dog"

0x44bcd0de02bda59298d34e0f2639f73737c7d05dad71f8a935e871946013d416
0xf96b02e0b828aa8edc79dd7166e55520fcd48b62b8383f08c477faa71fe7b2f2
0xe568a5e42ff1631fda24d302203ff01b40e339a227c53321276e197911a20319
0x5844ae68c2559a4a75df163f60da6fdbfde583f500240d72cdc49468291dcd26
0x94f99ebef6974313fb52a2d1b65fbe391c876266bef1b382f6291799b1b916ad
0xb3c6789c842b0fd88e7204bebf16eecf7e69dce009d31ab6c4c05504a455af87
0x094b1ebadcaf54dd7924852f9d288d66836b098008dac1ec8d6ec68b730a801f
0xbdd8ff7045ba1558519fc913bcd1f376ed479553c70b2aa37510606c1e9d8b60
0x5f91e04beeec30bf22181e8d3b495789c6d68a2441ad6d21e268e7d23da91512
0x2ef0e3b955cfd3fe73b1560d247c6f51120c866a7d1082a9cd6c064b6c41f17b

Functions
Getter at block 21389646
decimals(view returns (uint8)
18
launched(view returns (bool)
true
name(view returns (string)
Side Eye Dog
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
SED
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owneraddress spenderview returns (uint256)
balanceOf(address _ownerview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
launch(
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(string _symbolstring _nameuint8 _decimalsuint256 _totalSupply
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account