BAP Methane
Verified contract
Active on
Ethereum with 7,691 txns
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 |
---|---|---|---|---|---|
METH | ERC-20 | 19.152K | -- | -- | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21148280 | 7 days ago | | | 0 | 0.00060856166 | |
| 21132915 | 10 days ago | | | 0 | 0.0010780773 | |
| 21132905 | 10 days ago | | | 0 | 0.00069386013 | |
| 21099774 | 14 days ago | | | 0 | 0.00021586063 | |
| 20946227 | a month ago | | | 0 | 0.00040554872 | |
| 20925417 | a month ago | | | 0 | 0.00062054282 | |
| 20890224 | a month ago | | | 0 | 0.00028803262 | |
| 20875568 | a month ago | | | 0 | 0.00031822148 | |
| 20874450 | a month ago | | | 0 | 0.00033052107 | |
| 20859463 | 2 months ago | | | 0 | 0.00022195117 |
ABI
ABI objects
Getter at block 21201135
burned() view returns (uint256)
27804807
decimalPlaces() view returns (uint8)
0
decimals() view returns (uint8)
0
maxSupply() view returns (uint256)
560000000
mintingMin() view returns (uint256)
1
name() view returns (string)
BAP Methane
open() view returns (bool)
true
orchestrator() view returns (address)
0xd8162d9703d1c13476fee3f20adf2c6468683f0e
owner() view returns (address)
0x3689540e39ac2e01f15942b099dba0fe14d471c2
symbol() view returns (string)
METH
totalSupply() view returns (uint256)
62767783
treasuryLiquidity() view returns (uint256)
22400000
treasuryWallet() view returns (address)
0xb207801d0fa6afe0c47e9d062adbe9894832df38
vestingManager() view returns (address)
0xf77fd37e0ab111518023799301ab1b8ab185fc82
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claims(address) view returns (uint256)
State-modifying
Events airdrop(address wallet, uint256 tokenAmount)
approve(address spender, uint256 amount) returns (bool)
claim(address wallet, uint256 tokenAmount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pay(uint256 paymentAmount, uint256 fee)
renounceOwnership()
setMaxSupply(uint256 _maxSupply)
setMintingMin(uint256 min)
setOpen(bool _open)
setOrchestrator(address contractAddress)
setTreasuryWallet(address wallet)
setVestingManager(address contractAddress)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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 _treasuryWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.