Massive Protocol
Verified contract
Active on
Ethereum with 1,144 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 "Massive Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21122832 | 5 days ago | | | 0 | 0.00088906283 | |
| 21093896 | 10 days ago | | | 0 | 0.0012289772 | |
| 21078576 | 12 days ago | | | 0 | 0.00074472648 | |
| 20835431 | 2 months ago | | | 0 | 0.0014349488 | |
| 20505650 | 3 months ago | | | 0 | 0.00075640600 | |
| 20094575 | 5 months ago | | | 0 | 0.00060447198 | |
| 19731600 | 7 months ago | | | 0 | 0.00091849300 | |
| 19731475 | 7 months ago | | | 0 | 0.0010304538 | |
| 19615866 | 7 months ago | | | 0 | 0.0013709438 | |
| 19598837 | 7 months ago | | | 0 | 0.0023237630 |
ABI
ABI objects
Getter at block 21162127
decimals() view returns (uint8)
18
name() view returns (string)
Massive Protocol
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MAV
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getLock(address account) view returns (uint256 lockTime, uint256 lockAmount)
State-modifying
Events 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)
renounceOwnership()
setLock(address account, uint256 releaseTime, 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)
LockChanged(address indexed account, uint256 releaseTime, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.