Rocky the Hyrax

Verified contract

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

No balances found for "Rocky the Hyrax"

0xdf803fbd83ae5e79d7136850a9ebcfc89258c717a08edbc74c19c679996e123b
0xddad25352fa9d330d72bbccd32815ad2cba5718a8d6ed87516873a424bdfa919
0x679af88439da6f27e336af10d75df7216e7a2de9ac0e00cc82bf3c5327ccea7b
0x78f29b2f9828ed29f982f6d4ce4546581a4efd6fc83c929298744e1a6d0fd9dc
0xd36a469d83bf8ea78966e6a24a9545b80d49431a19a069e1d8a033024ca4130e
0x9fa85fed5a19a66425a8660f2699766866b6e62b7128e040a58783956e02fc7b
0xffa83edd5fc7f6768ec37fd1b69c7b21d45ca5c2473e245fcedd0aa4230255be
0xfa85876471cc3338e591f3dba0fd73fc7961cd1d5e0c8e437b90cf9b4ce91df3
0x813a03b2a501f774a2bc8a65d67d2bef915f0ca28ece87e6eecb6f61764202ec
0x22e7492579f3367aefecdcfa6370982719c10463b5f5a646de01f92ee1b5cb83

Functions
Getter at block 21256710
decimals(view returns (uint8)
18
name(view returns (string)
Rocky the Hyrax
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
HYRAX
totalSupply(view returns (uint256)
1000000000000000000000000000
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)
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