Yieldly
Verified contract
Active on
Ethereum with 6,422 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 |
---|---|---|---|---|---|
YLDY | ERC-20 | 468.847892K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21256297 | 7 days ago | | | 0 | 0.00038883768 | |
| 21221764 | 12 days ago | | | 0 | 0.00045205109 | |
| 21213571 | 13 days ago | | | 0 | 0.00028029755 | |
| 21149833 | 22 days ago | | | 0 | 0.00042982394 | |
| 21149826 | 22 days ago | | | 0 | 0.00022670300 | |
| 20994259 | a month ago | | | 0 | 0.00047469239 | |
| 20911945 | 2 months ago | | | 0 | 0.00017314489 | |
| 20899529 | 2 months ago | | | 0 | 0.00037951795 | |
| 20851109 | 2 months ago | | | 0 | 0.00015033633 | |
| 20851108 | 2 months ago | | | 0 | 0.00015215860 |
ABI
ABI objects
Getter at block 21307293
decimals() view returns (uint8)
18
maxMintable() view returns (uint256)
10000000000000000000000000000
name() view returns (string)
Yieldly
owner() view returns (address)
0x063f75e139b7d72d0b8058bb5586d2137774b9af
symbol() view returns (string)
YLDY
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
mint(address _receiver, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
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.