YFBitcoin
Verified contract
Active on
Ethereum with 2,166 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 |
---|---|---|---|---|---|
BITTO | ERC-20 | 301.355368 | -- | -- | |
YFETH | ERC-20 | 9 | -- | -- | |
YFETH | ERC-20 | 9 | -- | -- | |
YFBTC | ERC-20 | 0.3 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13529675 | 3 years ago | | | 0 | 0.0059667293 | |
| 12257992 | 4 years ago | | | 0 | 0.0034030436 | |
| 12257992 | 4 years ago | | | 0 | 0.0050942430 | |
| 11952307 | 4 years ago | | | 0 | 0.0031505595 | |
| 11520742 | 4 years ago | | | 0 | 0.0048873000 | |
| 11503804 | 4 years ago | | | 0 | 0.0028740591 | |
| 11495409 | 4 years ago | | | 0 | 0.0015497378 | |
| 11370867 | 4 years ago | | | 0 | 0.00097882400 | |
| 11309869 | 4 years ago | | | 0 | 0.0016666260 | |
| 11263895 | 4 years ago | | | 0 | 0.00093433200 |
ABI
ABI objects
Getter at block 21199253
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
cap() view returns (uint256)
21000000000000000000000
claimAmount() view returns (uint256)
100000000000000000
decimals() view returns (uint8)
18
endTime() view returns (uint256)
1603008000
maximumToBeClaimed() view returns (uint256)
1000000000000000000000
name() view returns (string)
YFBitcoin
owner() view returns (address)
0x50cbf20e743e8f6a3614b008b3079b7f4e44c76f
startTime() view returns (uint256)
1602057600
symbol() view returns (string)
YFBTC
totalClaimed() view returns (uint256)
93500000000000000000
totalSupply() view returns (uint256)
1248500000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
canClaim(address _who) view returns (bool)
canClaimIfHasThisMuchTokens(uint256) view returns (uint256)
canClaimIfHasTokens(uint256) view returns (address)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint256 votes)
delegates(address delegator) view returns (address)
getCurrentVotes(address account) view returns (uint256)
getPriorVotes(address account, uint256 blockNumber) view returns (uint256)
isClaimed(address) view returns (bool)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
claim()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateCap(uint256 _cap)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _cap, uint256 _startTime, uint256 _endTime, address[] _canClaimIfHasTokens, uint256[] _canClaimIfHasThisMuchTokens)
This contract contains no fallback and receive objects.
This contract contains no error objects.