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 "YFDAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13901989 | 3 years ago | | | 0 | 0.0033236791 | |
| 11951601 | 4 years ago | | | 0 | 0.0051145100 | |
| 11382423 | 4 years ago | | | 0 | 0.0022105000 | |
| 11294688 | 4 years ago | | | 0 | 0.0028018620 | |
| 11293336 | 4 years ago | | | 0 | 0.0021792260 | |
| 11277680 | 4 years ago | | | 0 | 0.0020534798 | |
| 11277369 | 4 years ago | | | 0 | 0.0028463360 | |
| 11277143 | 4 years ago | | | 0 | 0.0025351200 | |
| 11276526 | 4 years ago | | | 0 | 0.0045986116 | |
| 11276316 | 4 years ago | | | 0 | 0.0047546100 |
ABI
ABI objects
Getter at block 21230298
currentSupply() view returns (uint256)
993486203563234451784637
decimals() view returns (uint256)
18
name() view returns (string)
YFDAO
owner() view returns (address)
0x5102cfe9dcbb621bb22883d655e35d76aa2ebb70
owner1() view returns (address)
0x5102cfe9dcbb621bb22883d655e35d76aa2ebb70
owner2() view returns (address)
0xe9f87ad9976a831c358fd08e4ac71c2ea80887e0
stakeFarmingContract() view returns (address)
0x581ff5bbe94742686df2954c64b99445d33ae1ee
symbol() view returns (string)
YFDAO
totalBurnt() view returns (uint256)
6513804179784960950014
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mintTokens(uint256 _amount, address _beneficiary) returns (bool)
setStakeFarmingContract(address _address)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.