Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6bde…7891
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BIRD | ERC-20 | 2.179707K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21462706 | 13 days ago | | | 0 | 0.000000091447312352 | |
| 15182693 | 5 months ago | | | 0 | 0.000000054837200000 | |
| 13536299 | 6 months ago | | | 0 | 0.000000078112874466 | |
| 13191827 | 7 months ago | | | 0 | 0.0000048422708 | |
| 12644928 | 7 months ago | | | 0 | 1.7646611e-7 | |
| 12634046 | 7 months ago | | | 0 | 0.000000089645311786 | |
| 12573886 | 7 months ago | | | 0 | 0.000000082517015710 | |
| 12573869 | 7 months ago | | | 0 | 0.000000076770085920 | |
| 12311888 | 7 months ago | | | 0 | 0.000000077176678832 | |
| 12311753 | 7 months ago | | | 0 | 0.00017847930 |
ABI
ABI objects
Getter at block 22008667
decimals() view returns (uint8)
18
limit() view returns (bool)
true
name() view returns (string)
Bird
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xdc44cd8c64fdd334d7c6664b70ea3d39fecb1eff
swapTokenAt() view returns (uint256)
1000000000000000000000
symbol() view returns (string)
BIRD
totalSupply() view returns (uint256)
1000000000000000000000000
treasuryWallet() view returns (address)
0x012cb62ff5732616937ce38105b5a85a041dec9f
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getIsExcludedFromFees(address _address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
disableLimits()
excludedFromFees(address _address, bool _value)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
openTrading()
renounceOwnership()
setMaxAmount(uint256 value)
setSwapTokenAt(uint256 value)
setTreasuryWL(address _treasury)
swapBack()
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)
DisableLimits()
OpenTrading()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SwapBack(uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
UpdateSwapTokenAt(uint256 amount)
UpdateTreasuryWL(address _treasury)
constructor()
receive()
MaxTxAmountExceeded()
MaxWalletAmountExceeded()
NotAuthorized()