Transponders
Verified contract
Active on
Ethereum with 3,814 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 "Transponders"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21097058 | 9 days ago | | | 0 | 0.00020069011 | |
| 21092397 | 10 days ago | | | 0 | 0.00030253890 | |
| 21092339 | 10 days ago | | | 0 | 0.00033016713 | |
| 20499123 | 3 months ago | | | 0 | 0.00013833600 | |
| 20296492 | 4 months ago | | | 0 | 0.000033537200 | |
| 20296492 | 4 months ago | | | 0 | 0.000033537200 | |
| 20159899 | 5 months ago | | | 0 | 0.000060923292 | |
| 19935416 | 6 months ago | | | 0 | 0.00098685543 | |
| 19589040 | 7 months ago | | | 0 | 0.00070940726 | |
| 19320606 | 8 months ago | | | 0 | 0.0014081522 |
ABI
ABI objects
Getter at block 21164616
fontAddress() view returns (address)
0xd454e822c9ba075514fedfc580d3dbdec0639790
mtmAddress() view returns (address)
0x8510b7b968f6664136f557b079ce79f72d5b4aab
name() view returns (string)
Transponders
owner() view returns (address)
0xa236e3a2a486e5937f13a9f421a6564562305538
symbol() view returns (string)
TRANSPONDER
tokenDescription() view returns (string)
Transponders are tools used to send sattelite signals to the Martians. They are used to write into the Message to Martians. Available through https://messagetomartians.com
tokenExternalUrl() view returns (string)
https://messagetomartians.com
tokenName() view returns (string)
Transponder
totalSupply() view returns (uint256)
8888
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getTokensOfAddress(address address_) view returns (uint256[])
getTransponderStatus(uint256 tokenId_) view returns (string)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId_) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintTransponder(address to_, uint256 tokenId_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setFontAddress(address address_)
setMTMAddress(address address_)
setTokenDescription(string tokenDescription_)
setTokenExternalUrl(string tokenExternalUrl_)
setTokenName(string tokenName_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Mint(address to, uint256 tokenId)
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.
This contract contains no error objects.