BurnyBoy
Verified contract
Active on
Ethereum with 1,590 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($24,091.22)
Native
Value
$24,091.22
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 7.65469 | $3,147.25 |
$24,091.22 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21007502 | 21 days ago | | | 0 | 0.00037221875 | |
| 20453493 | 3 months ago | | | 0.01559 | 0.000091204685 | |
| 20234838 | 4 months ago | | | 0 | 0.00081679749 | |
| 20193362 | 4 months ago | | | 0.01559 | 0.00016205687 | |
| 19144647 | 9 months ago | | | 0 | 0.00094639246 | |
| 19107368 | 9 months ago | | | 0 | 0.00030063107 | |
| 19107365 | 9 months ago | | | 0 | 0.00032337666 | |
| 19059955 | 10 months ago | | | 0 | 0.00025562182 | |
| 17247499 | a year ago | | | 0 | 0.0020480708 | |
| 17162615 | 2 years ago | | | 0 | 0.0017940470 |
ABI
ABI objects
Getter at block 21159774
beneficiary() view returns (address)
0x97843608a00e2bbc75ab0c1911387e002565dede
limit() view returns (uint256)
1559
maxBaseFee() view returns (uint256)
2050306681068
minBaseFee() view returns (uint256)
978178635
name() view returns (string)
BurnyBoy
price() view returns (uint256)
15590000000000000
symbol() view returns (string)
BURN
totalSupply() view returns (uint256)
1353
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)
tokenBaseFee(uint256) view returns (uint256)
tokenURI(uint256 id) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint() payable returns (uint256)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
withdrawFunds()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
NewToken(address _minter, uint256 _tokenId, uint256 _baseFee)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(uint256 _limit, uint256 _price, address _beneficiary)
This contract contains no fallback and receive objects.
This contract contains no error objects.