CrazyCyberBunny
Verified contract
Active on
Ethereum with 731 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa0d0…7bc5
Balances ($0.00)
No balances found for "CrazyCyberBunny"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21327054 | 9 days ago | | | 0 | 0.00050872401 | |
| 21326950 | 9 days ago | | | 0 | 0.00047242883 | |
| 18803211 | a year ago | | | 0 | 0.00071354346 | |
| 18801010 | a year ago | | | 0 | 0.0011014832 | |
| 18757868 | a year ago | | | 0 | 0.0014761034 | |
| 18751379 | a year ago | | | 0 | 0.0012605335 | |
| 18383237 | a year ago | | | 0 | 0.00022086603 | |
| 18323315 | a year ago | | | 0 | 0.00013243259 | |
| 18323313 | a year ago | | | 0 | 0.00013021812 | |
| 18323312 | a year ago | | | 0 | 0.00013592824 |
ABI
ABI objects
Getter at block 21394201
MAX_BUNNY() view returns (uint256)
20000
name() view returns (string)
CrazyCyberBunny
owner() view returns (address)
0xd4d19c16a4e21f8101f9c391a89259615e9bb7ee
symbol() view returns (string)
CCB
totalSupply() view returns (uint256)
1625
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
price(uint256 _count) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintCyberBunny(address _to, uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setsaleEnable(bool _saleEnable)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.