CryptoBurrito.co Burrito
Verified contract
Active on
Ethereum with 804 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($4,408.37)
Native
Value
$4,408.37
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.22536 | $3,597.61 |
$4,408.37 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7156247 | 6 years ago | | | 0 | 0.00019570400 | |
| 5171892 | 7 years ago | | | 0 | 0.00042700000 | |
| 5166733 | 7 years ago | | | 0 | 0.00023713000 | |
| 5163194 | 7 years ago | | | 0 | 0.000051228260 | |
| 5163002 | 7 years ago | | | 0 | 0.00014000000 | |
| 5150782 | 7 years ago | | | 0 | 0.000027041000 | |
| 5150649 | 7 years ago | | | 0.43531973 | 0.00036011200 | |
| 5150648 | 7 years ago | | | 0.43531973 | 0.0056400000 | |
| 5150645 | 7 years ago | | | 0.43531973 | 0.0021456160 | |
| 5150210 | 7 years ago | | | 0 | 0.0020000000 |
ABI
ABI objects
Getter at block 21293255
devCutPercentage() view returns (uint256)
3
devOwed() view returns (uint256)
26119183526396282
lastPurchase() view returns (uint256)
1519516085
name() pure returns (string _name)
CryptoBurrito.co Burrito
owner() view returns (address)
0x55341850a254ea101757653af510cba1aa13b340
poolTotal() view returns (uint256)
2179090338133316562
symbol() pure returns (string _symbol)
BURRITO
totalSupply() view returns (uint256)
76
Read-only
approvedFor(uint256 _tokenId) view returns (address)
balanceOf(address _owner) view returns (uint256)
burritoData(uint256) view returns (uint256 startingPrice, uint256 price, uint256 lastPrice, uint256 payout, uint256 withdrawn, address owner)
calculatePoolCut(uint256 _price) view returns (uint256 _poolCut)
getBurritoData(uint256 _tokenId) view returns (address _owner, uint256 _startingPrice, uint256 _price, uint256 _nextPrice, uint256 _payout)
getRentOwed(address _owner) view returns (uint256 owed)
ownerOf(uint256 _tokenId) view returns (address)
tokenExists(uint256 _tokenId) view returns (bool _exists)
tokensOf(address _owner) view returns (uint256[])
State-modifying
Events approve(address _to, uint256 _tokenId)
createListing(uint256 _tokenId, uint256 _startingPrice, uint256 _payoutPercentage, address _owner)
createMultiple(uint256[] _itemIds, uint256[] _prices, uint256[] _payouts, address[] _owners)
purchase(uint256 _tokenId) payable
setDevCutPercentage(uint256 _newCut)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferOwnership(address newOwner)
updatePayout(address _owner)
withdraw()
withdrawRent(address _owner)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
BurritoPurchased(uint256 indexed _tokenId, address indexed _owner, uint256 _purchasePrice)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.