Yolo Coin
Verified contract
Active on
Ethereum with 405 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Yolo Coin"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18195993 | a year ago | | | 0 | 0.00018791132 | |
| 18070459 | a year ago | | | 0 | 0.00054870440 | |
| 18038440 | a year ago | | | 0 | 0.00029464940 | |
| 17732314 | a year ago | | | 0 | 0.00079178232 | |
| 17669900 | a year ago | | | 0 | 0.00074281936 | |
| 17597519 | a year ago | | | 0 | 0.00070019961 | |
| 17487236 | a year ago | | | 0 | 0.0011065122 | |
| 17468285 | a year ago | | | 0 | 0.00037354500 | |
| 17459208 | a year ago | | | 0 | 0.00074577092 | |
| 17455004 | a year ago | | | 0 | 0.00080570390 |
ABI
ABI objects
Getter at block 21159353
decimals() view returns (uint8)
18
name() view returns (string)
Yolo Coin
symbol() view returns (string)
YOLO
totalSupply() view returns (uint256)
990000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) 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)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, 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.