Ethereum Bull

Verified contract

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

No balances found for "Ethereum Bull"

0xd5a32221830f9c50349eb34411295bd7f3ca08f62337b297a73b5f5a12e017c9
0xc2a8aecc3c7457deff7ab68fe4f4372bb2a30e7b28be3e96435cfddc32985403
0x7ef75e3de79f0ed565acd5ab9e8fc646a3c54e8f9e05e3cdd273292ab41e4a3c
0x746c9682a8bc4d7bd670b6d9d12f4e99b44efc0c8e4189504886f22383c3347f
0xe12315ae7f7a095536648f91c8d3e42ceffbb2908ae501b0a9e28319af3edede
0xc70b9f19f7deaa6739934a8f63bddffebe0361a19f6c703d199ad365873c4b01
0xb4f7abf0eb8536d34913791b7aedc1d654b07a67f9e7ac9e01abfdbdc8daa298
0x7d771cc0bbcf6616a9a85a3039c6749d4d4ed441417954f2682f2d5fa3d69051
0x0f195b45d3d414fddec19f2134d346edfaeef3d304802b7a1d10e8c159c537d9
0xa644731b7aff06b5f87cae30a8773628de9b7d2dc0e0c971151e352bc91b8432

Functions
Getter at block 20876057
bullCode(pure returns (uint256)
520224182
decimals(view returns (uint8)
18
name(view returns (string)
Ethereum Bull
owner(view returns (address)
0x000000000000000000000000000000000000dead
symbol(view returns (string)
BULL
totalSupply(view returns (uint256)
420000000000000000000000000000
uniqueIdentifier(pure returns (string)
EthereumBullVitalik
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