Bitchoice
Verified contract
Active on
Ethereum with 1,606 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BTE | ERC-20 | 999.793701 | -- | -- | |
WDT | ERC-20 | 0.0006 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11901281 | 4 years ago | | | 0 | 0.0065161953 | |
| 11892386 | 4 years ago | | | 0 | 0.0042204280 | |
| 11839399 | 4 years ago | | | 0 | 0.0040008101 | |
| 11177829 | 4 years ago | | | 0 | 0.0026199211 | |
| 10500363 | 4 years ago | | | 0 | 0.0012822600 | |
| 9746571 | 5 years ago | | | 0 | 0.00056508100 | |
| 9576818 | 5 years ago | | | 0 | 0.00021822600 | |
| 9576789 | 5 years ago | | | 0 | 0.00021822600 | |
| 9498754 | 5 years ago | | | 0 | 0.000051371000 | |
| 9481219 | 5 years ago | | | 0 | 0.00056697654 |
ABI
ABI objects
Getter at block 21167695
decimals() view returns (uint8)
18
name() view returns (string)
Bitchoice
symbol() view returns (string)
BTE
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferMinterRole(address newMinter)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint8 decimals, uint256 initialSupply, address feeReceiver, address tokenOwnerAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.