Hasta La Vista

Verified contract

Active on Ethereum with 824 txns
Deployed by via 0x3c4132fb at 20664162
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xb0d12e9a825d9bc79405ce12fcb3e96fb516e86d2e118498ffbbde25be6dd516
0x5e0272cbb42a92d497cbc207c9aa7f972576afd616b590357a802ef8d329446b
0x10ddeae7006dceb6da50dd28de8b3a28f029f4094bb38b16f3ef186adcf872f4
0x9893c26f8fa5e0e93a695ed42cfde7d5651d37476c55ce686c6edc464cd06613
0x11245dd37528b83726bc15051b2b1f76edcd2b87d479758330e09c6e2cfdc524
0x5c42b9c5f4e28d64d57a770e6a971a53d60d114d52c273e6f8e4700798dec664
0x642814fed1918bd4f88b6c69a0580052a713ba78bd2ad8e253f69d31244f6e2b
From
0x77f09474a1c569ea5e95ffaf0fbb78e16a377235c469973d5f02ecede57a954e
0x830de5c52a93acaf63dce7313fdd04675c4809aa3912f844fc2b4e02344e0d71
0x43c2269b6f2c272e93d1899246bd387e431cda00dda7cd41d0281d92bee3545d

Functions
Getter at block 21160128
decimals(view returns (uint8)
18
name(view returns (string)
Hasta La Vista
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
BABY
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(address initialOwner
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