Boring Coin
Verified contract
Active on
Ethereum with 1,414 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 "Boring Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292790 | 2 days ago | | | 0 | 0.00041529108 | |
| 21292460 | 2 days ago | | | 0 | 0.00043740778 | |
| 21159138 | 21 days ago | | | 0 | 0.0016274759 | |
| 21050269 | a month ago | | | 0 | 0.00033744296 | |
| 21050236 | a month ago | | | 0 | 0.00038595110 | |
| 21049557 | a month ago | | | 0 | 0.00038131125 | |
| 21039711 | a month ago | | | 0 | 0.00031927623 | |
| 20939401 | 2 months ago | | | 0 | 0.00094760760 | |
| 20664063 | 3 months ago | | | 0 | 0.00025994153 | |
| 20664058 | 3 months ago | | | 0 | 0.00024761588 |
ABI
ABI objects
Getter at block 21306147
MAX_BUY() view returns (uint256)
10350000000000000000000000000
blockCount() view returns (uint256)
3
deadblockStart() view returns (uint256)
17416589
decimals() view returns (uint8)
18
maxHoldingAmount() view returns (uint256)
0
minHoldingAmount() view returns (uint256)
0
name() view returns (string)
Boring Coin
owner() view returns (address)
0x52f4e7c84a1302804c8e43607a74dc0c16105da1
paused() view returns (bool)
false
symbol() view returns (string)
BORING
totalSupply() view returns (uint256)
690000000000000000000000000000
tradingStarted() view returns (bool)
false
uniswapV2Pair() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) 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()
setPools(address[] _val)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) 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)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _vault)
This contract contains no fallback and receive objects.
ContractPaused()
IncorrectSum()
LimitExceeded()
NoZeroTransfers()
NotAllowed()