Burgers? by Stonetoss
Unverified contract
Proxy
Active on
Ethereum with 12,388 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 47 additional slots
-
variable spans 2 additional slots
-
variable spans 2 additional slots
-
variable spans 5 additional slots
Balances ($666.00)
Native
Value
$666
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.1707 | $3,901.62 |
$666 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21414915 | 3 minutes ago | | | 0 | 0.00088291351 | |
| 21414912 | 4 minutes ago | | | 0 | 0.00083087135 | |
| 21414904 | 6 minutes ago | | | 0 | 0.00083703224 | |
| 21414904 | 6 minutes ago | | | 0 | 0.00090463228 | |
| 21414892 | 8 minutes ago | | | 0 | 0.00082893856 | |
| 21414869 | 13 minutes ago | | | 0 | 0.00081118624 | |
| 21414837 | 19 minutes ago | | | 0 | 0.00069867543 | |
| 21414790 | 28 minutes ago | | | 0 | 0.0020636699 | |
| 21414763 | 34 minutes ago | | | 0 | 0.00077352974 | |
| 21414760 | 35 minutes ago | | | 0 | 0.00063643364 |
ABI
ABI objects
Getter at block 21414930
config() view returns (string baseUri, address affiliateSigner, uint32 maxSupply, uint32 maxBatchSize, uint16 affiliateFee, uint16 affiliateDiscount, uint16 defaultRoyalty, uint16 remintPremium, uint16 erc20Ratio)
(baseUri=https://www.burgers.art/api/burgers/json/, affiliateSigner=0x1f285dd528cf4cde3081c6d48d9df7a4f8fa9383, maxSupply=40000000, maxBatchSize=4294967295, affiliateFee=3000, affiliateDiscount=300, defaultRoyalty=500, remintPremium=2000, erc20Ratio=1000)
decimals() pure returns (uint8)
18
flags() view returns (uint256)
0
name() view returns (string)
Burgers? by Stonetoss
numErc20Minted() view returns (uint256)
35850994
numNftsMinted() view returns (uint256)
35850
owner() view returns (address)
0x37fe0bd130d6bbdf5cde79f4a988cc2e3ed84c8b
ownerBalance() view returns (uint128)
170699589000000000
payoutConfig() view returns (uint16 ownerBps, uint16 platformBps, uint16 partnerBps, uint16 superAffiliateBps, address partner, address superAffiliate, address ownerAltPayout)
(ownerBps=9000, platformBps=1000, partnerBps=0, superAffiliateBps=0, partner=0x0000000000000000000000000000000000000000, superAffiliate=0x0000000000000000000000000000000000000000, ownerAltPayout=0xa4d483c5f3a3217cfd273dc0bb857b6bf00fc13a)
platform() pure returns (address)
0x86b82972282dd22348374bc63fd21620f7ed847b
symbol() view returns (string)
BURGERS
totalSupply() view returns (uint256)
36428994000000000000000000
Read-only
affiliateBalance(address affiliate) view returns (uint128)
affiliateBalanceToken(address affiliate, address token) view returns (uint128)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
balanceOfNFT(address owner) view returns (uint256)
computePrice(bytes32 key, uint256 quantity, bool affiliateUsed) view returns (uint256)
exists(uint256 id) view returns (bool)
getOwnedCheckpoint(address owner) view returns (uint256)
getSkipNFT(address owner) view returns (bool result)
invites(bytes32) view returns (uint128 price, uint128 reservePrice, uint128 delta, uint32 maxSupply, uint32 limit, uint32 start, uint32 end, uint32 interval, uint32 unitSize, address tokenAddress, bool isBlacklist)
isApprovedForAll(address owner, address operator) view returns (bool)
listSupply(bytes32 key) view returns (uint256)
minted(address minter, bytes32 key) view returns (uint256)
ownerBalanceToken(address token) view returns (uint128)
owns(address owner, uint256 id) view returns (bool)
packedBonusDiscounts(bytes32) view returns (uint256)
pairedListKeys(bytes32) view returns (bytes32)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
batchMintTo(struct Auth auth, address[] toList, uint256[] quantityList, address affiliate, bytes signature) payable
burnToRemint(uint256[] tokenIds)
initialize(string name_, string symbol_, struct Config config_, struct PayoutConfig payoutConfig_, address _receiver)
lockMaxSupply(string password)
lockOwnerAltPayout(string password)
lockURI(string password)
mint(struct Auth auth, uint256 quantity, address affiliate, bytes signature) payable
mintTo(struct Auth auth, uint256 quantity, address to, address affiliate, bytes signature) payable
renounceOwnership()
safeBatchTransferNFTs(address from, address to, uint256[] ids, bytes data)
safeTransferNFT(address from, address to, uint256 id, bytes data)
setAdvancedInvite(bytes32 _key, bytes32 _cid, struct AdvancedInvite _AdvancedInvite)
setAffiliateDiscount(uint16 affiliateDiscount)
setAffiliateFee(uint16 affiliateFee)
setApprovalForAll(address operator, bool isApproved)
setBaseURI(string baseUri)
setBonusDiscounts(bytes32 _key, struct BonusDiscount[] _bonusDiscounts)
setBonusInvite(bytes32 _key, bytes32 _cid, struct AdvancedInvite _advancedInvite, struct BonusDiscount[] _bonusDiscount)
setDefaultRoyalty(address receiver, uint16 feeNumerator)
setInvite(bytes32 _key, bytes32 _cid, struct Invite _invite)
setMaxBatchSize(uint32 maxBatchSize)
setMaxSupply(uint32 maxSupply)
setOwnedCheckpoint(uint256 id)
setOwnerAltPayout(address ownerAltPayout)
setPairedInvite(bytes32 key1, bytes32 key2)
setRemintPremium(uint16 remintPremium)
setSkipNFT(bool skipNFT) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdraw()
withdrawAffiliate()
withdrawTokens(address[] tokens)
withdrawTokensAffiliate(address[] tokens)
Approval(address indexed owner, address indexed spender, uint256 amount)
ApprovalForAll(address indexed owner, address indexed operator, bool isApproved)
Initialized(uint8 version)
Invited(bytes32 indexed key, bytes32 indexed cid)
OwnedCheckpointSet(address indexed owner, uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Referral(address indexed affiliate, address token, uint128 wad, uint256 numMints)
SkipNFTSet(address indexed owner, bool status)
Transfer(address indexed from, address indexed to, uint256 amount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
Withdrawal(address indexed src, address token, uint128 wad)
This contract contains no constructor objects.
fallback()
receive()
ArrayLengthsMismatch()
DNAlreadyInitialized()
DNNotInitialized()
FnSelectorNotRecognized()
InsufficientAllowance()
InsufficientBalance()
InvalidConfig()
InvalidNFTAmount()
InvalidSplitShares()
InvalidUnit()
LockedForever()
MaxSupplyExceeded()
NotApprovedToTransfer()
NotOwner()
NotOwnerNorApproved()
TotalSupplyOverflow()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC1155ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()
WrongPassword()
burnToRemintDisabled()
invalidTokenIdLength()