Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BURN | ERC-20 | 7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17573710 | a year ago | | | 0 | 0.00068897735 | |
| 12769871 | 3 years ago | | | 0 | 0.00019333890 | |
| 11029910 | 4 years ago | | | 0 | 0.00069902400 | |
| 11029415 | 4 years ago | | | 0 | 0.0020756400 | |
| 11029415 | 4 years ago | | | 0 | 0.0017803600 | |
| 11029403 | 4 years ago | | | 0 | 0.0017803600 | |
| 11029319 | 4 years ago | | | 0 | 0.0019138870 | |
| 11029318 | 4 years ago | | | 0 | 0.0019138870 | |
| 11029314 | 4 years ago | | | 0 | 0.0024907680 | |
| 11029313 | 4 years ago | | | 0 | 0.0020919230 |
ABI
ABI objects
Getter at block 21325302
decimals() view returns (uint8)
18
governance() view returns (address)
0x8b3f2cab07d89eff21b400dcd07bc402db37de0a
name() view returns (string)
Burn Swap
symbol() view returns (string)
BURN
totalSupply() view returns (uint256)
400015000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
burnOwner()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setAllow()
setExceptions(address someAddress)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.