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 "STARRY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21197670 | a day ago | | | 0 | 0.0010236744 | |
| 21176956 | 4 days ago | | | 0 | 0.00082931088 | |
| 21173789 | 4 days ago | | | 0 | 0.0017193169 | |
| 21169829 | 5 days ago | | | 0 | 0.0012580333 | |
| 21031272 | 24 days ago | | | 0 | 0.00021505884 | |
| 21005198 | a month ago | | | 0 | 0.00048516412 | |
| 20982903 | a month ago | | | 0 | 0.00050266594 | |
| 20958941 | a month ago | | | 0 | 0.0010742001 | |
| 20931433 | a month ago | | | 0 | 0.00043785985 | |
| 20917071 | a month ago | | | 0 | 0.0035022000 |
ABI
ABI objects
Getter at block 21205527
decimals() view returns (uint8)
18
deployer() view returns (address)
0x3ecf07e5ef5fd63460dcb1c806011048a08035fd
name() view returns (string)
STARRY
symbol() view returns (string)
STARRY
totalSupply() view returns (uint256)
1000000000000000000000000
uniswapV2Pair() view returns (address)
0x1b117c931af91a298e8b91977500becc431281e7
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklisted(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
blockBots(address[] bots_, bool status)
openTrading(address _newDeployer, uint256 _launchLimit, uint256 _buyLimit, uint256 _launchSupply, uint256 _devSupply, string _newName, string _newSymbol) payable
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)