YEE.Finance
Verified contract
Active on
Ethereum with 220 txns
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 "YEE.Finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19224401 | 9 months ago | | | 0 | 0.00038025600 | |
| 17292195 | a year ago | | | 0 | 0.0015278286 | |
| 15675639 | 2 years ago | | | 0 | 0.00036453000 | |
| 13227589 | 3 years ago | | | 0 | 0.0015431770 | |
| 13073187 | 3 years ago | | | 0 | 0.00045714077 | |
| 11960727 | 4 years ago | | | 0 | 0.0018625280 | |
| 11760624 | 4 years ago | | | 0 | 0.0032370030 | |
| 11697095 | 4 years ago | | | 0 | 0.0011796496 | |
| 11519922 | 4 years ago | | | 0 | 0.0027210370 | |
| 11187170 | 4 years ago | | | 0 | 0.00026191802 |
ABI
ABI objects
Getter at block 21177650
_owner() view returns (address)
0x6e570ff591a43a21b96e2d59a677a908e10a0ce3
decimals() view returns (uint8)
18
name() view returns (string)
YEE.Finance
symbol() view returns (string)
YEE
totalSupply() view returns (uint256)
1000000000000000000000000
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(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.