Materium
Verified contract
Active on
Ethereum with 15,188 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($29.98)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
GALA | ERC-20 | 1.001023K | $0.029411 |
$29.44 | |
MTRM | ERC-20 | 10 | $0.053876 |
$0.54 | |
GALA | ERC-20 | 1.001023K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21245370 | 3 hours ago | | | 0 | 0.00056338800 | |
| 21243622 | 8 hours ago | | | 0 | 0.0010708852 | |
| 21242538 | 12 hours ago | | | 0 | 0.00070542354 | |
| 21240791 | 18 hours ago | | | 0 | 0.00051617500 | |
| 21238600 | a day ago | | | 0 | 0.00095015038 | |
| 21237426 | a day ago | | | 0 | 0.00087035955 | |
| 21237415 | a day ago | | | 0 | 0.00089180300 | |
| 21230767 | 2 days ago | | | 0 | 0.0012896931 | |
| 21229188 | 2 days ago | | | 0 | 0.00083539718 | |
| 21227475 | 3 days ago | | | 0 | 0.00039320726 |
ABI
ABI objects
Getter at block 21246136
cap() view returns (uint256)
10000000000
decimals() view returns (uint8)
0
name() view returns (string)
Materium
owner() view returns (address)
0x288ba0f3b328e5ed5578e93081b509f555067f5e
symbol() view returns (string)
MTRM
totalMinted() view returns (uint256)
19512777
totalSupply() view returns (uint256)
18788622
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintBulk(address[] accounts, uint256[] amounts) returns (bool)
removeMinter(address account)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.