BurritoToken
Verified contract
Active on
Ethereum with 598 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($942.01)
Native
Value
$942.01
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.304765 | $3,090.94 |
$942.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5561281 | 7 years ago | | | 0 | 0.00015844400 | |
| 5484103 | 7 years ago | | | 0 | 0.000087036000 | |
| 5469588 | 7 years ago | | | 0 | 0.000087100000 | |
| 5430501 | 7 years ago | | | 0 | 0.0000082115810 | |
| 5361997 | 7 years ago | | | 0 | 0.00042636600 | |
| 5361976 | 7 years ago | | | 0 | 0.00024000000 | |
| 5258932 | 7 years ago | | | 0 | 0.00043550000 | |
| 5232928 | 7 years ago | | | 0 | 0.000089699400 | |
| 5222692 | 7 years ago | | | 0 | 0.00020369600 | |
| 5199819 | 7 years ago | | | 0 | 0.00010912400 |
ABI
ABI objects
Getter at block 21228591
bossCutPercentage() view returns (uint256)
1
burritoPoolTotal() view returns (uint256)
488491064600130863
devOwed() view returns (uint256)
0
dividendCutPercentage() view returns (uint256)
100
dividendDecreaseFactor() view returns (uint256)
2
feePercentage() view returns (uint256)
5
lastPurchase() view returns (uint256)
1519843513
mainPoolCutPercentage() view returns (uint256)
15
megabossCutPercentage() view returns (uint256)
1
name() pure returns (string _name)
CryptoBurrito.co
owner() view returns (address)
0x55341850a254ea101757653af510cba1aa13b340
paused() view returns (bool)
false
saucePoolTotal() view returns (uint256)
0
symbol() pure returns (string _symbol)
MBT
tacoPoolTotal() view returns (uint256)
132464328389534997
totalSupply() view returns (uint256)
113
Read-only
approvedFor(uint256 _tokenId) view returns (address)
balanceOf(address _owner) view returns (uint256)
calculatePoolCut(uint256 _price) view returns (uint256 _poolCut)
getNextPrice(uint256 _price) view returns (uint256 _nextPrice)
getRentOwed(address _owner) view returns (uint256 owed)
getToken(uint256 _tokenId) view returns (address _owner, uint256 _price, uint256 _lastPrice, uint256 _nextPrice, uint256 _payout, uint8 _kind, uint256 _bossTokenId, address[5] _previosOwners)
ownerOf(uint256 _tokenId) view returns (address)
priceOf(uint256 _tokenId) view returns (uint256)
tokenExists(uint256 _tokenId) view returns (bool _exists)
tokensOf(address _owner) view returns (uint256[])
State-modifying
Events approve(address _to, uint256 _tokenId)
createMultiple(uint256[] _itemIds, uint256[] _prices, uint256[] _lastPrices, uint256[] _payouts, uint8[] _kinds, uint256[] _bossTokenIds, address[] _owners)
createToken(uint256 _tokenId, uint256 _price, uint256 _lastPrice, uint256 _payoutPercentage, uint8 _kind, uint256 _bossTokenId, address _owner)
pause()
populateFromOldContract(uint256[] _ids)
purchase(uint256 _tokenId) payable
setDividendCutPercentage(uint256 _newFee)
setFeePercentage(uint256 _newFee)
setMainPoolCutPercentage(uint256 _newFee)
setOldContract(address _addr)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferOwnership(address newOwner)
unpause()
updatePayout(address _owner)
withdraw()
withdrawRent(address _owner)
Approval(address indexed _owner, address indexed _approved, uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Purchased(uint256 indexed _tokenId, address indexed _owner, uint256 _purchasePrice)
Transfer(address indexed _from, address indexed _to, uint256 _tokenId)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.