MoedaToken
Verified contract
Active on
Ethereum with 86,880 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0000…0000
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
HINT | ERC-20 | 3.795K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
ECPN | ERC-20 | 100 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21141703 | 2 days ago | | | 0 | 0.00054134295 | |
| 21139592 | 3 days ago | | | 0 | 0.00044602676 | |
| 21139498 | 3 days ago | | | 0 | 0.00074806488 | |
| 21136556 | 3 days ago | | | 0 | 0.0011578320 | |
| 21136504 | 3 days ago | | | 0 | 0.0013728646 | |
| 21136469 | 3 days ago | | | 0 | 0.0010048890 | |
| 21135251 | 3 days ago | | | 0 | 0.00080717949 | |
| 21135225 | 3 days ago | | | 0 | 0.00090633981 | |
| 21104098 | 7 days ago | | | 0 | 0.00032010424 | |
| 21098868 | 8 days ago | | | 0 | 0.00024072746 |
ABI
ABI objects
Getter at block 21157727
MAX_TOKENS() view returns (uint256)
20000000000000000000000000
decimals() view returns (uint8)
18
migrationAgent() view returns (address)
0x0000000000000000000000000000000000000000
mintingFinished() view returns (bool)
true
name() view returns (string)
Moeda Loyalty Points
owner() view returns (address)
0x2f37be861699b6127881693010596b4bdd146f5e
symbol() view returns (string)
MDA
totalMigrated() view returns (uint256)
0
totalSupply() view returns (uint256)
19628888000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 amount)
migrate(address beneficiary, uint256 amount)
reclaimToken(address tokenAddr)
setMigrationAgent(address agent)
tokenFallback(address from_, uint256 value_, bytes data_)
transfer(address to, uint256 _value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unlock()
Approval(address indexed owner, address indexed spender, uint256 value)
LogCreation(address indexed donor, uint256 tokensReceived)
LogDestruction(address indexed sender, uint256 amount)
LogMigration(address indexed spender, address grantee, uint256 amount)
LogMintingFinished()
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.