μMoonbirds
Verified contract
Active on
Ethereum with 353 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
μMOONBIRD | ERC-20 | 90.435676K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20551135 | 3 months ago | | | 0 | 0.000025508683 | |
| 20294135 | 4 months ago | | | 0 | 0.000041602632 | |
| 20280834 | 4 months ago | | | 0 | 0.00015740219 | |
| 20198369 | 4 months ago | | | 0 | 0.000070179282 | |
| 20198359 | 4 months ago | | | 0 | 0.000075922125 | |
| 20145102 | 4 months ago | | | 0 | 0.000060524468 | |
| 19985931 | 5 months ago | | | 0 | 0.00031308063 | |
| 19965891 | 5 months ago | | | 0 | 0.00052747781 | |
| 19964304 | 5 months ago | | | 0 | 0.00049601419 | |
| 19951402 | 5 months ago | | | 0 | 0.00013560542 |
ABI
ABI objects
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 owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(address account, uint256 amount)
mint(address account, uint256 amount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, address _trustedCaller)
This contract contains no fallback and receive objects.
CallerIsNotTrustedContract()
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)