Mooni The Mooner
Verified contract
Active on
Ethereum with 119 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Mooni The Mooner"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20355529 | 4 months ago | | | 0 | 0.00025274229 | |
| 20355529 | 4 months ago | | | 0 | 0.00025274229 | |
| 20355529 | 4 months ago | | | 0 | 0.00025274229 | |
| 20355529 | 4 months ago | | | 0 | 0.00032458199 | |
| 20355529 | 4 months ago | | | 0 | 0.00032458199 | |
| 20355529 | 4 months ago | | | 0 | 0.00032458199 | |
| 20355529 | 4 months ago | | | 0 | 0.00041941803 | |
| 20355529 | 4 months ago | | | 0 | 0.00089217455 | |
| 20355528 | 4 months ago | | | 0 | 0.00039922448 | |
| 20355528 | 4 months ago | | | 0 | 0.00039922448 |
ABI
ABI objects
Getter at block 21326449
decimals() view returns (uint8)
18
limits() view returns (bool)
true
maxTransactionLimit() view returns (uint256)
276000000000000000000000000000
name() view returns (string)
Mooni The Mooner
owner() view returns (address)
0xb1b87678cc7259f684d13e2f8f19de6e28a67a2a
symbol() view returns (string)
MOONI
totalSupply() view returns (uint256)
69000000000000000000000000000000
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)
removeLimits()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxTx(uint256 _maxTransactionLimit)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol)
receive()
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)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)