TaskBunny Token
Verified contract
Active on
Base with 1,701 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BNY | ERC-20 | 2.022442K | $0.025666 |
$51.91 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22749088 | an hour ago | | | 0 | 6.5897830e-7 | |
| 22739571 | 6 hours ago | | | 0 | 1.2563054e-7 | |
| 22739507 | 6 hours ago | | | 0 | 1.1942389e-7 | |
| 22724347 | 15 hours ago | | | 0 | 0.000000097836398835 | |
| 22710010 | a day ago | | | 0 | 0.0000039091484 | |
| 22709957 | a day ago | | | 0 | 0.0000039077900 | |
| 22709818 | a day ago | | | 0 | 0.0000039077900 | |
| 22709711 | a day ago | | | 0 | 4.8823876e-7 | |
| 22709564 | a day ago | | | 0 | 0.0000058449308 | |
| 22705468 | a day ago | | | 0 | 6.6304164e-7 |
ABI
ABI objects
Getter at block 22750806
decimals() pure returns (uint8)
18
name() view returns (string)
TaskBunny Token
symbol() view returns (string)
BNY
totalSupply() view returns (uint256)
900000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 totalSupply_, address beneficiary_)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)