99Starz
Verified contract
Active on
Ethereum with 1,499 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 "99Starz"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274732 | 18 hours ago | | | 0 | 0.00023349552 | |
| 21219646 | 8 days ago | | | 0 | 0.00041994073 | |
| 21170732 | 15 days ago | | | 0 | 0.0015006265 | |
| 21164460 | 16 days ago | | | 0 | 0.00053525760 | |
| 21139326 | 20 days ago | | | 0 | 0.00082476608 | |
| 21096915 | a month ago | | | 0 | 0.00020780024 | |
| 21074589 | a month ago | | | 0 | 0.00035914181 | |
| 21016643 | a month ago | | | 0 | 0.00034492791 | |
| 20986609 | a month ago | | | 0 | 0.00095556551 | |
| 20930357 | 2 months ago | | | 0 | 0.0019643076 |
ABI
ABI objects
Getter at block 21280027
decimals() view returns (uint8)
18
name() view returns (string)
99Starz
owner() view returns (address)
0xde04166da17d56e6a00ca96377172f1eea0b15f6
symbol() view returns (string)
STZ
totalSupply() view returns (uint256)
99000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply, address owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.