BURNY.Finance
Verified contract
Active on
Ethereum with 904 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($39.41)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ELON | ERC-20 | 200.042069M | $0.00 |
$39.41 | |
BURNY | ERC-20 | 98.540043M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20571310 | 3 months ago | | | 0 | 0.00012911094 | |
| 19421580 | 8 months ago | | | 0 | 0.0014866508 | |
| 19362778 | 9 months ago | | | 0 | 0.0047535060 | |
| 18802509 | a year ago | | | 0 | 0.00075005862 | |
| 18269161 | a year ago | | | 0 | 0.00041524068 | |
| 18152735 | a year ago | | | 0 | 0.00019237380 | |
| 17009569 | 2 years ago | | | 0 | 0.00051846166 | |
| 16829758 | 2 years ago | | | 0 | 0.00062642612 | |
| 16044160 | 2 years ago | | | 0 | 0.00029619656 | |
| 15135593 | 2 years ago | | | 0 | 0.00055268526 |
ABI
ABI objects
Getter at block 21266677
burnDisabledAtAmount() view returns (uint256)
200000000000000000000000000000
burnEnabled() view returns (bool)
true
charityWallet() view returns (address)
0x1ff5566252fae000b6cf23590ef72c938c5e83f9
decimals() view returns (uint8)
18
name() view returns (string)
BURNY.Finance
owner() view returns (address)
0x81b17fb7cb2894829054837fd308b1e2a9079436
symbol() view returns (string)
BURNY
totalSupply() view returns (uint256)
406207772329176682551680456549
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setBurnEnabled(bool enabled)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _charityWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.