Bitcointry Token
Verified contract
Active on
Ethereum with 1,449 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 "Bitcointry Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21051636 | 10 days ago | | | 0 | 0.00023429888 | |
| 21051449 | 10 days ago | | | 0 | 0.00024299570 | |
| 20933894 | a month ago | | | 0 | 0.00048408164 | |
| 20808722 | a month ago | | | 0 | 0.00033991827 | |
| 20799118 | a month ago | | | 0 | 0.00051665727 | |
| 20639917 | 2 months ago | | | 0 | 0.000046761501 | |
| 20153600 | 4 months ago | | | 0 | 0.00013430920 | |
| 20153510 | 4 months ago | | | 0 | 0.00013380107 | |
| 20129002 | 5 months ago | | | 0 | 0.00023630870 | |
| 20106102 | 5 months ago | | | 0 | 0.000081339949 |
ABI
ABI objects
Getter at block 21124408
_owner() view returns (address)
0x4acb2e195f3fedac62499351f534ed795a320c12
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Bitcointry Token
owner() view returns (address)
0x4acb2e195f3fedac62499351f534ed795a320c12
symbol() view returns (string)
BTTY
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount, bytes data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, address tokenOwner, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.