CROCO INU

Verified contract

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

No balances found for "CROCO INU"

0xaf2d8a52d58dabee82932e95e0f696df689aa376efd4812eb5b85dffb8789cd4
0x6d6b467294a1d0d9d4a1ab75b5354c8630a88d1c3da658ceeca8d153f4b3803e
0x8dfdc35ee811b50c934d0aa53c5e25ad94d90f076f14b4d4152aad856bdef1af
0x62e4657962ee0e635d983cd4055ca5a649945562165d8ef6c56d741509fe20b1
0x5bcb3c856d4cfae2610401b8e0b6e628bc8dc7a8e179f975ae8df809d9ae9cd0
0x83475050a9dee4033335df7c85a3ed9c4319022f55c8915db30e2586d73553bd
0xbe692892b87d7f2068e195df8d9187b5853ebdccdbc1d3eb889704cfbd03c345
0x169d71e9dfba5d815f7921c89332649fb4021b44348ba284b0f7d8db49a3317e
0x84b0c7ba95c9cbbb12ae80ada95af26b4468cbe1ea2cd276708b57d134edec3b
0x8ed722d61f73dcc90df1fda925d75e6533799b65082604845b63e556a5a824bd

Functions
Getter at block 21289502
decimals(view returns (uint8)
18
name(view returns (string)
CROCO INU
owner(view returns (address)
0xb999272483a1fec229d349015deac88718a5a2a5
symbol(view returns (string)
CrocoINU
totalSupply(view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
croco(address _address_view returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
croco(uint256 _value_address[] _list_
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(
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