Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MOOLA | ERC-20 | 27.295K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21253312 | a day ago | | | 0 | 0.00046932754 | |
| 20368543 | 4 months ago | | | 0 | 0.00019134357 | |
| 20253450 | 5 months ago | | | 0 | 0.000088196807 | |
| 20252813 | 5 months ago | | | 0 | 0.000089955654 | |
| 20214921 | 5 months ago | | | 0 | 0.00018596035 | |
| 20184886 | 5 months ago | | | 0 | 0.00046450930 | |
| 18996494 | 10 months ago | | | 0 | 0.00071783028 | |
| 18953381 | a year ago | | | 0 | 0.0017011050 | |
| 18953376 | a year ago | | | 0 | 0.0014163120 | |
| 18825277 | a year ago | | | 0 | 0.0011971140 |
ABI
ABI objects
Getter at block 21261024
admin() view returns (address)
0xcf4f78dc6382d422b99579f446f5bb099c84a635
decimals() view returns (uint8)
18
name() view returns (string)
P2PCash
owner() view returns (address)
0x1540d7b801fdbbc3aee892a151ba860ea859d5d1
paused() view returns (bool)
false
symbol() view returns (string)
MOOLA
totalSupply() view returns (uint256)
100028450000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
amountToClaim(address) view returns (uint256)
balanceOf(address account) view returns (uint256)
totalClaimed(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
claim()
claimStuckTokens(address _token)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount)
pause()
renounceOwnership()
setNewAdmin(address newAdmin)
setUsersAndAmounts(address[] userAddress, uint256[] amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.