Yumerium Token
Verified contract
Active on
Ethereum with 7,454 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 |
---|---|---|---|---|---|
YUM | ERC-20 | 3M | -- | -- | |
Only | ERC-20 | 20 | -- | -- | |
H2G2 | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20889686 | a month ago | | | 0 | 0.00023428485 | |
| 19815188 | 6 months ago | | | 0 | 0.00018190685 | |
| 14354770 | 3 years ago | | | 0 | 0.0024021850 | |
| 13274701 | 3 years ago | | | 0 | 0.0019329156 | |
| 13190454 | 3 years ago | | | 0 | 0.0055952820 | |
| 12974983 | 3 years ago | | | 0 | 0.0021125660 | |
| 12580487 | 3 years ago | | | 0 | 0.00056518000 | |
| 11189906 | 4 years ago | | | 0 | 0.0012159000 | |
| 9025055 | 5 years ago | | | 0 | 0.000037774000 | |
| 8776988 | 5 years ago | | | 0 | 0.0015513580 |
ABI
ABI objects
Getter at block 21161079
decimals() view returns (uint8)
8
name() view returns (string)
Yumerium Token
owner() view returns (address)
0xc311c1c1a192abb9e981b44cbdf8783484f2a20b
saleAddress() view returns (address)
0xf63fb3d438912c62d710f6d3edc9fa784cf8dbc4
symbol() view returns (string)
YUM
totalSupply() view returns (uint256)
3361833971772376
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
changeSaleAddress(address _saleAddress)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
privateSale(address _to, uint256 _value)
sale(address _to, uint256 _value)
sell(uint256 amount) payable
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
Buy(address indexed to, uint256 value)
FrozenFunds(address target, bool frozen)
Sale(address indexed to, uint256 value)
Sell(address indexed from, 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.