BunnyToken
Verified contract
Active on
Ethereum with 10,798 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 |
---|---|---|---|---|---|
SOP | ERC-20 | 16 | $0.000011 |
$0 | |
BUNNY | ERC-20 | 47.849K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
PRO | ERC-20 | 0.088889 | -- | -- | |
0x86fa…fdb0 | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20204443 | 5 months ago | | | 0 | 0.0054733500 | |
| 19213675 | 9 months ago | | | 0 | 0.0076626900 | |
| 19163810 | 10 months ago | | | 0 | 0.0039332700 | |
| 18866650 | a year ago | | | 0 | 0.00078367447 | |
| 18355393 | a year ago | | | 0 | 0.0054744300 | |
| 17676509 | a year ago | | | 0 | 0.00095184700 | |
| 17394438 | a year ago | | | 0 | 0.0069895850 | |
| 16052248 | 2 years ago | | | 0 | 0.00050208300 | |
| 15914407 | 2 years ago | | | 0 | 0.00058614922 | |
| 15301440 | 2 years ago | | | 0 | 0.00029295776 |
ABI
ABI objects
Getter at block 21258490
decimals() view returns (uint8)
18
name() view returns (string)
BunnyToken
owner() view returns (address)
0x026c6e3d088b7b7d36f8feac7549ae6b3c3315f7
symbol() view returns (string)
BUNNY
totalSupply() view returns (uint256)
407559321211411806426859464
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.