Bitcoin Card
Verified contract
Active on
Ethereum with 13,428 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.37)
Native
Value
$0.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0001 | $3,701.58 |
$0.37 | |
VD | ERC-20 | 902.660973 | -- | -- | |
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15572560 | 2 years ago | | | 0 | 0.00040784446 | |
| 12366288 | 4 years ago | | | 0 | 0.00074800000 | |
| 12366275 | 4 years ago | | | 0 | 0.00063987200 | |
| 12366246 | 4 years ago | | | 0 | 0.00067986400 | |
| 12366215 | 4 years ago | | | 0 | 0.00063987200 | |
| 12366194 | 4 years ago | | | 0 | 0.00059988000 | |
| 12366097 | 4 years ago | | | 0 | 0.00059988000 | |
| 12365876 | 4 years ago | | | 0 | 0.0012241681 | |
| 9698544 | 5 years ago | | | 0 | 0.000045142680 | |
| 9694455 | 5 years ago | | | 0 | 0.00021000000 |
ABI
ABI objects
Getter at block 21309960
decimals() view returns (uint256)
8
distributionFinished() view returns (bool)
true
name() view returns (string)
Bitcoin Card
symbol() view returns (string)
VD
totalDistributed() view returns (uint256)
100000000000000000
totalDistributedr() view returns (uint256)
99000000000000000
totalRemaining() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000
value() view returns (uint256)
3859961400
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events airdrop(address[] addresses)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
disableWhitelist(address[] addresses)
distributeAmounts(address[] addresses, uint256[] amounts)
distribution(address[] addresses, uint256 amount)
enableWhitelist(address[] addresses)
finishDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
DistrFinished()
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
fallback()
This contract contains no error objects.