mameCoin
Verified contract
Active on
Ethereum with 6,279 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 "mameCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12740513 | 3 years ago | | | 0 | 0.00048784000 | |
| 12577841 | 3 years ago | | | 0 | 0.00028271100 | |
| 12547795 | 3 years ago | | | 0 | 0.00043691700 | |
| 12547792 | 3 years ago | | | 0 | 0.00043691700 | |
| 12547786 | 3 years ago | | | 0 | 0.00048831900 | |
| 12547780 | 3 years ago | | | 0 | 0.00046283400 | |
| 12547771 | 3 years ago | | | 0 | 0.00046283400 | |
| 12547766 | 3 years ago | | | 0 | 0.00048854700 | |
| 12547757 | 3 years ago | | | 0 | 0.00056542200 | |
| 12547753 | 3 years ago | | | 0 | 0.00046261800 |
ABI
ABI objects
Getter at block 21296798
decimals() view returns (uint8)
8
name() view returns (string)
mameCoin
owner() view returns (address)
0xa72bc9688227412dba6940e651fcfc558031893f
symbol() view returns (string)
MAME
totalSupply() view returns (uint256)
1008903426475022882
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
lockupOf(address _owner) view returns (uint256)
State-modifying
Events airdrop(address[] _receivers, uint256 _amount) returns (bool)
approve(address _spender, uint256 _amount) returns (bool)
burn(address _to, uint256 _amount)
distribute(address[] _receivers, uint256[] _amounts) returns (bool)
lockup(address _to, uint256 _lockupTimeUntil)
refund(address _to, uint256 _amount)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed to, uint256 amount)
Lockup(address indexed to, uint256 lockuptime)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Refund(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.