Starfactory
Verified contract
Active on
Ethereum with 53 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 "Starfactory"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21095889 | 23 days ago | | | 0 | 0.00026906580 | |
| 21095840 | 23 days ago | | | 0 | 0.00025224278 | |
| 21069070 | a month ago | | | 0 | 0.00048676234 | |
| 21027141 | a month ago | | | 0 | 0.00045922121 | |
| 20998658 | a month ago | | | 0 | 0.00040349888 | |
| 20987230 | a month ago | | | 0 | 0.0010115569 | |
| 20978742 | a month ago | | | 0 | 0.0011448142 | |
| 20976659 | a month ago | | | 0 | 0.00051564709 | |
| 20976583 | a month ago | | | 0 | 0.00072249214 | |
| 20975920 | a month ago | | | 0 | 0.00047375659 |
ABI
ABI objects
Getter at block 21263692
FeeAddress() view returns (address)
0x68ae081fda6ac862fcc87cd00b3da6b5037d5095
burnFee() view returns (uint256)
0
decimals() view returns (uint256)
18
getTime() view returns (uint256)
1732524647
getUnlockTime() view returns (uint256)
1729182659
name() view returns (string)
Starfactory
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
Starfactory
totalSupply() view returns (uint256)
10000000000000000000000000
txFee() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
isExcludedFromFee(address) view returns (bool)
tokenBlacklist(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
blackListAddress(address listAddress, bool isBlackListed)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
excludeMultipleAccountsFromFees(address[] accounts, bool excluded)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
lock(uint256 time)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlock()
unpause()
updateFee(uint256 _txFee, uint256 _burnFee, address _FeeAddress)
waiveOwnership()
Approval(address indexed owner, address indexed spender, uint256 value)
Blacklist(address indexed blackListed, bool value)
Burn(address indexed burner, uint256 value)
Mint(address indexed from, address indexed to, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _decimals, uint256 _supply, uint256 _txFee, uint256 _burnFee, address _FeeAddress, address tokenOwner, address service)
This contract contains no fallback and receive objects.
This contract contains no error objects.