etherstar
Verified contract
Active on
Ethereum with 2,811 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "etherstar"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21347234 | 7 days ago | | | 0 | 0.00083762950 | |
| 20739358 | 3 months ago | | | 0 | 0.000075281195 | |
| 20738241 | 3 months ago | | | 0 | 0.000059789083 | |
| 20738241 | 3 months ago | | | 0 | 0.00010121531 | |
| 20705884 | 3 months ago | | | 0 | 0.000062522420 | |
| 20702033 | 3 months ago | | | 0 | 0.000053842266 | |
| 20611410 | 4 months ago | | | 0 | 0.000060446699 | |
| 20607397 | 4 months ago | | | 0 | 0.000056768479 | |
| 20467406 | 4 months ago | | | 0 | 0.00010337047 | |
| 20356252 | 5 months ago | | | 0 | 0.00029363214 |
ABI
ABI objects
Getter at block 21400704
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/bafybeied5gaufn76pdqvtd4vpetd2kb5h2ocl3qkzx2gw7o6mvpn6yrt5q/
name() view returns (string)
etherstar
paused() view returns (bool)
false
symbol() view returns (string)
eth*1
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenDNA(uint256 tokenId) view returns (uint256)
tokenName(uint256 tokenId) view returns (string)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events addMinter(address account)
addPauser(address account)
approve(address to, uint256 tokenId)
ipfsMigrationDone()
mint(address to, uint256 tokenId, string uri, uint256 dna, string tokenNms)
pause()
renounceMinter()
renouncePauser()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address to, bool approved)
setBaseTokenURI(string baseTokenURI)
setTokenURI(uint256 tokenId, string uri)
transferFrom(address from, address to, uint256 tokenId)
unpause()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
TokenURI(uint256 indexed tokenId, string uri)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string name, string symbol, string baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.