YOLO Bunny
Verified contract
Active on
Ethereum with 12,346 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 |
---|---|---|---|---|---|
YB | ERC-721 | 1 | -- | -- | |
YB | ERC-721 | 1 | -- | -- | |
YB | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20197054 | 4 months ago | | | 0 | 0.000089191636 | |
| 20133471 | 5 months ago | | | 0 | 0.00065372573 | |
| 20133468 | 5 months ago | | | 0 | 0.00094219340 | |
| 20133458 | 5 months ago | | | 0 | 0.00067595838 | |
| 20133456 | 5 months ago | | | 0 | 0.0010286294 | |
| 20133455 | 5 months ago | | | 0 | 0.0010166058 | |
| 20133453 | 5 months ago | | | 0 | 0.00091721640 | |
| 20133450 | 5 months ago | | | 0 | 0.0010143947 | |
| 20133449 | 5 months ago | | | 0 | 0.0010109362 | |
| 20133448 | 5 months ago | | | 0 | 0.00071752618 |
ABI
ABI objects
Getter at block 21159748
MaxNum() view returns (uint256)
30
baseURI() view returns (string)
https://music.muverse.info/index.php/game/music/BoxDetails/
name() view returns (string)
YOLO Bunny
owner() view returns (address)
0xf7c4ae777d7c268ad962de4c29bdb8cb56511afb
plain_price() view returns (uint256)
400000000000000000
plain_time() view returns (bool)
false
price() view returns (uint256)
200000000000000000
symbol() view returns (string)
YB
totalSupply() view returns (uint256)
9999
white_time() view returns (bool)
false
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getWhite(address _to) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events PlainMint(uint256 num) payable
approve(address to, uint256 tokenId)
mint(uint256 num) 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_)
setTime(uint8 _is)
setWhite(address[] _to, uint8[] _num)
setWhiteTime(uint8 _is)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateMaxNun(uint256 _num)
updatePlanPrice(uint256 _price)
updatePrice(uint256 _price)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()