μBeanz

Verified contract

Active on Ethereum with 338 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "μBeanz"

0x517d96d169e8002329a43493d40b7fa36cf3a09319ed37c35168b530b1bfbb4f
0x0c430ebd351b61922ce2484562a4fed0a808eda5523bc5c7c6d8d4125f59eec0
0x65e9f3e6627b0ff2177c41eff9cd30ff6582542ba797148daa8d3362ea351acb
0x0905059dc99e906b2ee021f69c2f9339b10c11f87019e0847f6f95859b67d75d
0xd42f16e8ba5b00b446007e818360d5b5245be5992b0413ead60b05ffae334a67
0xb3d4bf56a1e4a2c317ae5eb06ccc8d594aebe1b765b766abdb11cdd660cd4b7d
0x5a45aefaa32b7bcf59a679b50ddeb1e0f8a0dbe80a7e10b4dcb75180c5efc06a
0x6a1b983f9dd864779d957f95c212abaa88ba893618e801b9d1df19c146dccd5a
0x03f20e52df6387c78be8026435c75bb7cc2a0f6e4abe8ca998b8043d037e9821
0xe555cb820fa49b9519b63d4b826a75b94a96c3ba31aad1cb0903fca752d3983e

Functions
Getter at block 21223283
decimals(view returns (uint8)
18
name(view returns (string)
μBeanz
symbol(view returns (string)
μBEANZ
totalSupply(view returns (uint256)
106000000000000000000000000
trustedCallerAddress(view returns (address)
0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(address accountuint256 amount
mint(address accountuint256 amount
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboladdress _trustedCaller
Fallback and receive

This contract contains no fallback and receive objects.

Errors
CallerIsNotTrustedContract(
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender