DogeYield
Verified contract
Active on
Ethereum with 3,043 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 |
---|---|---|---|---|---|
DOGY | ERC-20 | 11.522643K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21034665 | 18 days ago | | | 0 | 0.00058120373 | |
| 20549201 | 3 months ago | | | 0 | 0.00015675836 | |
| 20480143 | 3 months ago | | | 0 | 0.00012299629 | |
| 20452781 | 3 months ago | | | 0 | 0.000047317000 | |
| 20407666 | 3 months ago | | | 0 | 0.000090419520 | |
| 20244890 | 4 months ago | | | 0 | 0.00011123220 | |
| 20200615 | 4 months ago | | | 0 | 0.000055676400 | |
| 20150867 | 5 months ago | | | 0 | 0.00012301407 | |
| 20150106 | 5 months ago | | | 0 | 0.000092794000 | |
| 20150051 | 5 months ago | | | 0 | 0.000087436530 |
ABI
ABI objects
Getter at block 21162526
decimals() view returns (uint32)
18
locked() view returns (uint256)
0
name() view returns (string)
DogeYield
owner() view returns (address)
0x6d2ea0b1873d38c95b0a2b35c9c2e7dc7e872d5d
remaininglockedTokens() view returns (uint256)
0
symbol() view returns (string)
DOGY
tokenReserve() view returns (uint256)
10000000000000000000000000000
totalSupply() view returns (uint256)
1000000000000000000000000000
unlockPrice() view returns (uint256)
10000000000000000000000
unlocked() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value) returns (bool succes)
burnFrom(address _from, uint256 _value) returns (bool succes)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finalizeLock()
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
multisend(address _to1, address _to2, address _to3, address _to4, address _to5, uint256 _value1, uint256 _value2, uint256 _value3, uint256 _value4, uint256 _value5) returns (bool)
multitransfer(address _to1, address _to2, address _to3, address _to4, address _to5, address _to6, address _to7, address _to8, address _to9, address _to10, uint256 _value) returns (bool)
startLock()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) 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)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.