Burgerman Art
Verified contract
Active on
Ethereum with 2,781 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Burgerman Art"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16974849 | 2 years ago | | | 0 | 0.0018411019 | |
| 15597219 | 2 years ago | | | 0 | 0.00046663110 | |
| 15586788 | 2 years ago | | | 0 | 0.00017896772 | |
| 15580883 | 2 years ago | | | 0 | 0.00025134801 | |
| 15580243 | 2 years ago | | | 0 | 0.00022588023 | |
| 15580213 | 2 years ago | | | 0 | 0.00041667321 | |
| 15580161 | 2 years ago | | | 0 | 0.00023039555 | |
| 15580029 | 2 years ago | | | 0 | 0.00041513907 | |
| 15579968 | 2 years ago | | | 0 | 0.00081079698 | |
| 15579965 | 2 years ago | | | 0 | 0.00079795699 |
ABI
ABI objects
Getter at block 21290160
maxPerTx() view returns (uint32)
10
maxSupply() view returns (uint32)
4990
mintPrice() view returns (uint256)
1000000000000000
name() view returns (string)
Burgerman Art
owner() view returns (address)
0x3b83a225496f2e85cb08f1a4a7cc93c3ef63619b
symbol() view returns (string)
BGA
totalSupply() view returns (uint256)
4782
uriPrefix() view returns (string)
ipfs://QmQFkLSQysj94s5GvTHPyzTxrawwtjgiiYS2TBLgrvw8CW/
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events PublicMint(uint256 amount) payable
approve(address to, uint256 tokenId)
burn(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()