BoomYswap
Verified contract
Active on
Ethereum with 489 txns
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BoomY | ERC-20 | 0.941192 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19249072 | 10 months ago | | | 0 | 0.00063568545 | |
| 17339615 | 2 years ago | | | 0 | 0.00068811022 | |
| 15555135 | 2 years ago | | | 0 | 0.00020646917 | |
| 14337671 | 3 years ago | | | 0 | 0.00080525050 | |
| 12355335 | 4 years ago | | | 0 | 0.00051289920 | |
| 12172485 | 4 years ago | | | 0 | 0.0014425290 | |
| 11735495 | 4 years ago | | | 0 | 0.00089961354 | |
| 11672555 | 4 years ago | | | 0 | 0.00088883100 | |
| 11669488 | 4 years ago | | | 0 | 0.0058934940 | |
| 11669446 | 4 years ago | | | 0 | 0.0034403840 |
ABI
ABI objects
Getter at block 21387160
burnRate() view returns (uint256)
2
burnedSupply() view returns (uint256)
270724136525628993522012
decimals() view returns (uint256)
18
minter() view returns (address)
0x59c01bc213474d34f5860d943fbf532827733d89
name() view returns (string)
BoomYswap
owner() view returns (address)
0x59c01bc213474d34f5860d943fbf532827733d89
symbol() view returns (string)
BoomY
totalSupply() view returns (uint256)
9737917863474371006477988
Read-only
_whitelistedAddresses(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events addWhitelistedAddress(address _address)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
removeWhitelistedAddress(address _address)
renounceOwnership()
setBurnrate(uint8 burnrate_)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferMintership(address newMinter)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintershipTransferred(address indexed previousMinter, address indexed newMinter)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.