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 "YMPL"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19852272 | 7 months ago | | | 0 | 0.000088048971 | |
| 19718178 | 7 months ago | | | 0 | 0.00034246442 | |
| 19491758 | 8 months ago | | | 0 | 0.0010882192 | |
| 19477689 | 8 months ago | | | 0 | 0.00068343039 | |
| 19224411 | 9 months ago | | | 0 | 0.00039150167 | |
| 19171599 | 10 months ago | | | 0 | 0.0014022487 | |
| 19169641 | 10 months ago | | | 0 | 0.00081596323 | |
| 18670059 | a year ago | | | 0 | 0.00065307493 | |
| 17674973 | a year ago | | | 0 | 0.00035778742 | |
| 17390579 | a year ago | | | 0 | 0.0010980060 |
ABI
ABI objects
Getter at block 21285447
decimals() view returns (uint256)
9
monetaryPolicy() view returns (address)
0x9b2cf49e680fa833118bf9f6f37946be7e27d127
name() view returns (string)
YMPL
owner() view returns (address)
0x6656e47b1c8bb9288206c3b8117caa64c9d6f103
symbol() view returns (string)
YMPL
totalSupply() view returns (uint256)
44167466799578
Read-only
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
rebase(uint256 epoch, int256 supplyDelta) returns (uint256)
renounceOwnership()
setMonetaryPolicy(address monetaryPolicy_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
LogMonetaryPolicyUpdated(address monetaryPolicy)
LogRebase(uint256 indexed epoch, uint256 totalSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.