Cate in a Doges world

Verified contract

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

No balances found for "Cate in a Doges world"

0x9cdb72ce58d7576f470b6e95b29f396d162b71b61b5400489fadae2aba49ccb8
0xfd9fd1b03d3bd7c752f9adfe5ca7d9cce96abcf15198afa1c9debd9dad0bc1cd
0x9a9c6a8ea2463bef9934c689801f85d60d04d84ab95cd958474ec25aabbdac20
0xd22f8028161f698b22fe3250d5b2dd7b979edec992a5d2a5630f276f805b8ebd
0x042466c0e44fd519db15e0de49ac0fbfff2cf5ef2952b55a7eba3c21a02f3b48
0x9975a2b0b8d32607849df84f0eb071f489934a5b57033c5285611d86448596f7
0xb7a98d87d0bd5206338caf72ece3e2d98a9b8b8dcfd7b62975cb2a4c416249d5
0x280e831159565adb4bde5d3a60dccd56dc10a8d33cb2d8f1aaa5a891a7186779
0xcda4d765e839398672d9fbd00b884e85da51e3f7385939387e5dc2e01254f762
0x43d2f4e56afcc4dc5ee489bbbd59bba14cd46106ffff1f9731bc0026d24112e5

Functions
Getter at block 21204151
decimals(view returns (uint8)
18
name(view returns (string)
Cate in a Doges world
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
MEWE
totalSupply(view returns (uint256)
420690000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferFromProxy(address instanceaddress 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(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account