GenesisTeleburn
Verified contract
Active on
Ethereum with 2,463 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 "GenesisTeleburn"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20846475 | 2 months ago | | | 0 | 0.0020156486 | |
| 20845878 | 2 months ago | | | 0 | 0.0013369306 | |
| 20845853 | 2 months ago | | | 0 | 0.0014236830 | |
| 20845761 | 2 months ago | | | 0 | 0.0021784627 | |
| 20843317 | 2 months ago | | | 0 | 0.0027710668 | |
| 20839380 | 2 months ago | | | 0 | 0.0018291542 | |
| 20838125 | 2 months ago | | | 0 | 0.0043469378 | |
| 20831819 | 2 months ago | | | 0 | 0.0025294175 | |
| 20826217 | 2 months ago | | | 0 | 0.0022895786 | |
| 20825394 | 2 months ago | | | 0 | 0.0018368977 |
ABI
ABI objects
Getter at block 21184293
nft() view returns (address)
0x960b7a6bcd451c9968473f7bbfd9be826efd549a
originalContract() view returns (address)
0x27cb33476bf69e025927a07b6732cdfd8f7618e4
owner() view returns (address)
0x164e0d92eed7c397c675fede671b49ce2b289d1f
teleburnSigner() view returns (address)
0x0fe293be2d4a5064eb6afd799086786ddd1428d1
teleburnedCount() view returns (uint256)
8234
Read-only
getTokenSatNumber(uint256 tokenId) view returns (uint256)
isTokenTeleburned(uint256 tokenId) view returns (bool)
teleburnedTokens(uint256 startTokenId, uint256 endTokenId) view returns (uint256[])
State-modifying
Events renounceOwnership()
teleburnMultipleTokens(uint256[] tokenIds, address[] teleburnAddresses, string[] btcAddresses, string[] inscriptionIds, bytes[] data)
teleburnToken(uint256 tokenId, address teleburnAddress, string btcAddress, string inscriptionId, bytes data)
transferOwnership(address newOwner)
updateTeleburnSigner(address newTeleburnSigner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Teleburn(uint256 indexed tokenId, address sender, address teleburnAddress, string btcAddress, string inscriptionId)
constructor(address nft, address teleburnSigner_)
This contract contains no fallback and receive objects.
InvalidRequest()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)