MOONEY
Verified contract
Active on
Ethereum with 25,018 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,873.86)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 1.66645K | $0.99685 |
$1,661.2 | |
MOONEY | ERC-20 | 351.164946K | $0.000606 |
$212.65 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21267803 | 9 hours ago | | | 0 | 0.00045591012 | |
| 21265156 | 18 hours ago | | | 0 | 0.00063815198 | |
| 21265156 | 18 hours ago | | | 0 | 0.00063815198 | |
| 21265156 | 18 hours ago | | | 0 | 0.00063815198 | |
| 21265156 | 18 hours ago | | | 0 | 0.00063815198 | |
| 21265156 | 18 hours ago | | | 0 | 0.00063815198 | |
| 21265156 | 18 hours ago | | | 0 | 0.00063815198 | |
| 21265156 | 18 hours ago | | | 0 | 0.00063815198 | |
| 21265156 | 18 hours ago | | | 0 | 0.00063815198 | |
| 21265156 | 18 hours ago | | | 0 | 0.00063815198 |
ABI
ABI objects
Getter at block 21270375
DOMAIN_SEPARATOR() view returns (bytes32)
0x03aa9553ebdb1ebd02bddd0525545d25b9ed59f185d1ee50f213b98e1debc9ea
decimals() view returns (uint8)
18
name() view returns (string)
MOONEY
owner() view returns (address)
0xee2ebccb7cdb34a8a822b589f9e8427c24351bfc
symbol() view returns (string)
MOONEY
totalSupply() view returns (uint256)
2618757244609533194382000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
print(address _account, uint256 _amount)
redeem(address _account, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.