Balances ($0.00)
No balances found for "STARTOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10761982 | 4 years ago | | | 0 | 0.0049063860 | |
| 10644881 | 4 years ago | | | 0 | 0.014455040 | |
| 10391074 | 4 years ago | | | 0 | 0.0020779120 | |
| 10355253 | 4 years ago | | | 0 | 0.00096096400 | |
| 10355253 | 4 years ago | | | 0 | 0.00096096400 | |
| 10355253 | 4 years ago | | | 0 | 0.00096096400 | |
| 10355253 | 4 years ago | | | 0 | 0.00096096400 | |
| 10355253 | 4 years ago | | | 0 | 0.00096096400 | |
| 10355253 | 4 years ago | | | 0 | 0.00096096400 | |
| 10355253 | 4 years ago | | | 0 | 0.00096096400 |
ABI
ABI objects
Getter at block 21326173
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
STARTOKEN
owner() view returns (address)
0xd85643529ac06f1c7ab759d0dafa67f0c7db91eb
paused() view returns (bool)
false
relayer() view returns (address)
0x61c564b4ff7963ea8501103abaccee07dfe0810d
symbol() view returns (string)
STAR
totalSupply() view returns (uint256)
1000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
approveProxy(address owner, address proxy)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
renouncePauser()
setRelayer(address relayer_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.