μMoonbirds

Verified contract

Active on Ethereum with 353 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x71870bcabd9cf855a1777a8abcb21a5689c0343ce2774808f4a73e6ff0e9e172
0x9899617f9c4b4272d4f6bba08938b178757dcc6e662c01a4c307a012447d0097
0xa70c01a5f4e5d21f18708e988313ddb8691f357a91bb50304e3e944fb657cb05
0xf84c0aec0030919a0c70bfbfb377b633b75ee02d64846630be98ba8139d717cd
0xb3951056fc1392ff9df35b0270834bda35ce42e9205b852646ba355a2a175702
0x4857139e1b2ce78d8ec356b853d63fd835ce7fda83aa3c7254d904e5d2dc1ccf
0x3adbacda0fab492eedd7dc64d3a5d0a313dbd753c2899531494e31e0964bacf9
0x4ac5dbccce73e28bae909d75a2975bb46d44a37de984521a903d2d221106187b
0xf916dbedd37b55e2e48f8e451088a2d606bebbde50bd84afc209383095db8960
0x7999cdf032ef2dce63443b507e41454ddde3271b5358a5b072fe743cd7a33955

Functions
Getter at block 21124508
decimals(view returns (uint8)
18
name(view returns (string)
μMoonbirds
symbol(view returns (string)
μMOONBIRD
totalSupply(view returns (uint256)
22000000000000000000000000
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