BlueSparrowToken
Verified contract
Active on
Ethereum with 7,717 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 |
---|---|---|---|---|---|
BlueSparrow | ERC-20 | 164.013972B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21157846 | 3 hours ago | | | 0 | 0.0022838642 | |
| 21155176 | 11 hours ago | | | 0 | 0.00068234997 | |
| 21155174 | 11 hours ago | | | 0 | 0.00059366508 | |
| 21153791 | 16 hours ago | | | 0 | 0.00082809758 | |
| 21153391 | 17 hours ago | | | 0 | 0.00047674820 | |
| 21153365 | 18 hours ago | | | 0 | 0.00056862489 | |
| 21151514 | a day ago | | | 0 | 0.00063684207 | |
| 21151227 | a day ago | | | 0 | 0.00056580913 | |
| 21150973 | a day ago | | | 0 | 0.00057817641 | |
| 21149043 | a day ago | | | 0 | 0.00055576187 |
ABI
ABI objects
Getter at block 21158611
DrawWallet() view returns (address)
0x0000000000000000000000000000000000000000
MaChWallet() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
9
name() view returns (string)
BlueSparrowToken
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BlueSparrow
totalFees() view returns (uint256)
500000000500000
totalSupply() view returns (uint256)
100000000000000000
Read-only
_depositWl(address) view returns (bool)
_withdrawWl(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
tokenFromReflection(uint256 rAmount) view returns (uint256)
State-modifying
Events addDWL(address _add)
addTaxFree()
addWWL(address _add)
approve(address spender, uint256 amount) returns (bool)
changeDrawWallet(address _add)
changeMaChAdd(address _add)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
reDWL(address _add)
reTaxFree()
reWWL(address _add)
reflect(uint256 tAmount)
renounceOwnership()
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 _MaChWallet, address _DrawWallet)
This contract contains no fallback and receive objects.
This contract contains no error objects.