Mother of Moo Deng

Verified contract

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

No balances found for "Mother of Moo Deng"

0xee8d36e8411ded02a93891aaa5ba9e0d16835dd5d761c3714ba64e333d6e6021
0x12cefad09ba3669681956ad83f1ab4a0d587f41321062ebde5e7742a4aeea5d2
0x7fa306cb47856b9bf430e53748cecded3baa46502523b97f5b85293d8f112305
0x65262cb02dc5b28277a8aaa442efcf1658812062cc8b682ee149d2bd08331aa3
0x263846720fc082f7b042755047f874708ebb40303de09e3998a926b466d68983
0xef32ae8a1959d0d74e3cd35d6874c6d5e4bcc442592a4d14d105bc71679f82ce
0xbece0f22502daf16dfbb9dbed6a225e3127eeaec1c87e46116afc71275e789e2
0xb722beb1827668e5cf19854f63c7454a953a7b7e8193dd101c1df2a223d8ae02
0x1d829892f6f104ca5ac4c89f1b355e32b28bf742cb9bdd7c834b30f5819d79e4
0x1d857151a36cd6c35d8c04ec0b73ecbe957ea2f5522f662f2a2d4937effc9ae2

Functions
Getter at block 21223698
decimals(view returns (uint8)
18
name(view returns (string)
Mother of Moo Deng
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MOTHERDENG
totalSupply(view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 amountreturns (bool)
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
increaseAllowance(address spenderuint256 addedValuereturns (bool)
renounceOwnership(
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (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(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account