moolyacoin
Verified contract
Active on
Ethereum with 331 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 "moolyacoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10443478 | 4 years ago | | | 0 | 0.00050103903 | |
| 8382614 | 5 years ago | | | 0 | 0.00014178816 | |
| 8382569 | 5 years ago | | | 0 | 0.00011754828 | |
| 8140066 | 5 years ago | | | 0 | 0.0021707450 | |
| 8140058 | 5 years ago | | | 0 | 0.00084984800 | |
| 8130312 | 5 years ago | | | 0 | 0.00084984800 | |
| 7943672 | 5 years ago | | | 0 | 0.00018252400 | |
| 7832553 | 5 years ago | | | 0 | 0.0021654970 | |
| 7832540 | 5 years ago | | | 0 | 0.0014622240 | |
| 7805930 | 6 years ago | | | 0 | 0.000024488000 |
ABI
ABI objects
Getter at block 21256532
decimals() view returns (uint8)
18
name() view returns (string)
moolyacoin
owner() view returns (address)
0x778ecc4c865fa062ae7486fcad03cd342f811a1c
releaseAgent() view returns (address)
0x0000000000000000000000000000000000000000
released() view returns (bool)
false
symbol() view returns (string)
moolya
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
transferAgents(address) view returns (bool)
State-modifying
Events allocate(address _investor, uint256 _amount) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
burnDead(address _addr, uint256 _value) returns (bool)
burnReturn(address _addr, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mintable(uint256 _value) returns (bool)
releaseTokenTransfer()
setReleaseAgent(address addr)
setTransferAgent(address addr, bool state)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _value)
This contract contains no fallback and receive objects.
This contract contains no error objects.