YFMOONBEAM
Verified contract
Active on
Ethereum with 2,378 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
YFMB | ERC-20 | 19.363334 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21188646 | 14 days ago | | | 0 | 0.0014397492 | |
| 20100198 | 5 months ago | | | 0 | 0.00019290660 | |
| 19945070 | 6 months ago | | | 0 | 0.00027212174 | |
| 19807084 | 7 months ago | | | 0 | 0.00012232535 | |
| 19807054 | 7 months ago | | | 0 | 0.00011996244 | |
| 19807049 | 7 months ago | | | 0 | 0.00011902167 | |
| 19224406 | 9 months ago | | | 0 | 0.00034377389 | |
| 19034173 | 10 months ago | | | 0 | 0.0013501287 | |
| 18965675 | a year ago | | | 0 | 0.00079309105 | |
| 18483370 | a year ago | | | 0 | 0.00088914928 |
ABI
ABI objects
Getter at block 21286399
_owner() view returns (address)
0xd87894a287e846575e81fd211210b33cf0a8bef3
_presaleBurnTotal() view returns (uint256)
0
_totalSupply() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint256)
18
name() view returns (string)
YFMOONBEAM
owner() view returns (address)
0xd87894a287e846575e81fd211210b33cf0a8bef3
symbol() view returns (string)
YFMB
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
_balanceOf(address) view returns (uint256)
allowance(address, address) view returns (uint256)
balanceOf(address who) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _burnAmount, bool _presaleBurn) returns (bool success)
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.