Billy Token
Verified contract
Active on
Ethereum with 4,428 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3.08)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 3.077232 | $0.999943 |
$3.08 | |
BILLY | ERC-20 | 6.191799M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21420728 | 20 hours ago | | | 0 | 0.00021791685 | |
| 21420711 | 20 hours ago | | | 0 | 0.00020558968 | |
| 21417769 | a day ago | | | 0 | 0.00045364463 | |
| 21415740 | 2 days ago | | | 0 | 0.00081262392 | |
| 21415667 | 2 days ago | | | 0 | 0.00082136231 | |
| 21409002 | 2 days ago | | | 0 | 0.00055046287 | |
| 21408963 | 2 days ago | | | 0 | 0.00058584773 | |
| 21408634 | 3 days ago | | | 0 | 0.00043290827 | |
| 21390590 | 5 days ago | | | 0 | 0.00094657350 | |
| 21370742 | 8 days ago | | | 0 | 0.00061278816 |
ABI
ABI objects
Getter at block 21426710
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
0
name() view returns (string)
Billy Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BILLY
telegram() pure returns (string)
https://t.me/BillyCoinEth
totalSupply() view returns (uint256)
69420000000000000000000000000
uniswapV2Pair() view returns (address)
0x1b9fd5d7d1168bb6d21504eff2b0330d5c42ce0b
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.