YoloCash
Verified contract
Active on
Ethereum with 4,386 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 |
---|---|---|---|---|---|
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
YLCT | ERC-20 | 300 | -- | -- | |
YLCT | ERC-20 | 300 | -- | -- | |
ERC20 | ERC-20 | 0.99 | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
PMT | ERC-20 | 0.0005 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20201124 | 5 months ago | | | 0 | 0.00011074222 | |
| 19836351 | 7 months ago | | | 0 | 0.00010078800 | |
| 19627341 | 7 months ago | | | 0 | 0.00090644028 | |
| 19235195 | 9 months ago | | | 0 | 0.0025310673 | |
| 18854645 | a year ago | | | 0 | 0.00099441427 | |
| 17955704 | a year ago | | | 0 | 0.00061873994 | |
| 17870905 | a year ago | | | 0 | 0.00075791900 | |
| 17870576 | a year ago | | | 0 | 0.00058648800 | |
| 17735878 | a year ago | | | 0 | 0.0020860610 | |
| 17717522 | a year ago | | | 0 | 0.00067926990 |
ABI
ABI objects
Getter at block 21265600
decimals() view returns (uint8)
8
name() view returns (string)
YoloCash
owner() view returns (address)
0x82ee855eca88c30029582917a536d1a7ce3886d2
raindropAddress() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
YLC
totalSupply() view returns (uint256)
4888888800000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
authenticate(uint256 _value, uint256 _challenge, uint256 _partnerId)
burn(uint256 _value)
setBalances(address[] _addressList, uint256[] _amounts)
setRaindropAddress(address _raindrop)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _amount)
Burn(address indexed _burner, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.