Interplanetary Gazette
Verified contract
Active on
Ethereum with 104 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 "Interplanetary Gazette"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19704715 | 8 months ago | | | 0 | 0.00044436502 | |
| 19456109 | 9 months ago | | | 0 | 0.0023137920 | |
| 19455624 | 9 months ago | | | 0 | 0.0015192540 | |
| 19454108 | 9 months ago | | | 0 | 0.030177924 | |
| 19017944 | a year ago | | | 0 | 0.0015033870 | |
| 18870721 | a year ago | | | 0 | 0.0022110900 | |
| 18867490 | a year ago | | | 0 | 0.00062376000 | |
| 18867207 | a year ago | | | 0 | 0.0015526840 | |
| 18865997 | a year ago | | | 0 | 0.023902392 | |
| 18509289 | a year ago | | | 0 | 0.024523795 |
ABI
ABI objects
Getter at block 21386156
baseTokenURI() view returns (string)
https://super-space-defenders.s3.amazonaws.com/magazines/
name() view returns (string)
Interplanetary Gazette
owner() view returns (address)
0x2e1e17a0e0a01b9c16a3d2cf8e56604e6fb14fc9
symbol() view returns (string)
IG
totalSupply() view returns (uint256)
1135
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)
tokensOfOwner(address addr) view returns (uint256[])
State-modifying
Events airDropByOwner(address[] _a, uint256[] _amount)
approve(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)
setBaseURI(string baseURI)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string newBaseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()