Boring
Verified contract
Active on
Ethereum with 20,271 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x3c9d…c1a9
Balances ($319,221.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BOR | ERC-20 | 172.552273K | $1.85 |
$319,221.7 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274340 | 43 minutes ago | | | 0 | 0.00025276040 | |
| 21273342 | 4 hours ago | | | 0 | 0.00081120457 | |
| 21272785 | 6 hours ago | | | 0 | 0.00097683842 | |
| 21272774 | 6 hours ago | | | 0 | 0.00047641959 | |
| 21271488 | 10 hours ago | | | 0 | 0.00029988102 | |
| 21270498 | 14 hours ago | | | 0 | 0.00030685167 | |
| 21270225 | 14 hours ago | | | 0 | 0.00017616399 | |
| 21270187 | 15 hours ago | | | 0 | 0.00041513688 | |
| 21270179 | 15 hours ago | | | 0 | 0.00028699586 | |
| 21270169 | 15 hours ago | | | 0 | 0.00028724729 |
ABI
ABI objects
Getter at block 21274554
bor() view returns (address)
0x3c9d6c1c73b31c837832c72e04d3152f051fc1a9
decimals() view returns (uint8)
18
name() view returns (string)
BoringDAO
owner() view returns (address)
0x67ee188ee1319cdac271553e7b8faaed2fbc52cc
ratio() view returns (uint256)
10000
switchOn() view returns (bool)
true
symbol() view returns (string)
BORING
totalSupply() view returns (uint256)
1725820438366230857108790731
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)
renounceOwnership()
setSwitchOn(bool _switchOn)
toBor(uint256 boringAmount)
toBoring(uint256 borAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ToBor(address account, uint256 borAmount, uint256 boringAmount)
ToBoring(address account, uint256 borAmount, uint256 boringAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _bor, uint256 _ratio)
This contract contains no fallback and receive objects.
This contract contains no error objects.