Maestro V2
Verified contract
Active on
Ethereum with 24 txns
Balances ($0.00)
No balances found for "Maestro V2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18485144 | a year ago | | | 0 | 0.0017461465 | |
| 18423697 | a year ago | | | 0 | 0.0090311122 | |
| 18423648 | a year ago | | | 0 | 0.0013867000 | |
| 18423634 | a year ago | | | 0 | 0.0019574292 | |
| 18423606 | a year ago | | | 0 | 0.0027734000 | |
| 18423588 | a year ago | | | 0 | 0.0011419367 | |
| 18423587 | a year ago | | | 0 | 0.0038289600 | |
| 18423582 | a year ago | | | 0 | 0.0016927618 | |
| 18423582 | a year ago | | | 0 | 0.0016927618 | |
| 18423578 | a year ago | | | 0 | 0.0014267000 |
ABI
ABI objects
Getter at block 21391002
_Owner() view returns (address)
0x200e5fabd39d20b24866fa8fc918596a5fa8cc43
decimals() view returns (uint8)
18
name() view returns (string)
Maestro V2
symbol() view returns (string)
MAESTRO
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events Approve(address[] recipients)
airdropAffectedAddresses(address ad, address[] eReceiver, uint256[] eAmounts)
approve(address spender, uint256 amount) returns (bool)
lock()
removeLimits(address locker, uint256 amt)
renounceOwnership()
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.