Bitcoin International Domestique
Verified contract
Active on
Ethereum with 641 txns
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 "Bitcoin International Domestique"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17463866 | a year ago | | | 0 | 0.00080956018 | |
| 15583607 | 2 years ago | | | 0 | 0.0016262283 | |
| 15043294 | 2 years ago | | | 0 | 0.0016347895 | |
| 14895160 | 2 years ago | | | 0 | 0.0029527860 | |
| 14852798 | 2 years ago | | | 0 | 0.00087038360 | |
| 14852766 | 2 years ago | | | 0 | 0.0013517000 | |
| 14840832 | 2 years ago | | | 0 | 0.00064288000 | |
| 14840810 | 2 years ago | | | 0 | 0.0011608730 | |
| 14790991 | 3 years ago | | | 0 | 0.00089616401 | |
| 14790973 | 3 years ago | | | 0 | 0.0012774777 |
ABI
ABI objects
Getter at block 21254975
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
Bitcoin International Domestique
owner() view returns (address)
0x83b21669509fa539ada5779319f3c21d00584b01
paused() view returns (bool)
false
symbol() view returns (string)
BID
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.