OZTGToken
Verified contract
Active on
Ethereum with 4,571 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OZTG | ERC-20 | 138.095241M | -- | -- | |
OZT | ERC-20 | 3.767K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13048491 | 3 years ago | | | 0 | 0.00094041600 | |
| 13048464 | 3 years ago | | | 0 | 0.0015129880 | |
| 11069337 | 4 years ago | | | 0 | 0.00043344000 | |
| 9917560 | 5 years ago | | | 0 | 0.000043344000 | |
| 9901250 | 5 years ago | | | 0 | 0.000043344000 | |
| 9888284 | 5 years ago | | | 0 | 0.000099127600 | |
| 9833511 | 5 years ago | | | 0 | 0.000045058000 | |
| 9823977 | 5 years ago | | | 0 | 0.000036672000 | |
| 9820372 | 5 years ago | | | 0 | 0.000090116000 | |
| 9806319 | 5 years ago | | | 0 | 0.00033004800 |
ABI
ABI objects
Getter at block 21160868
DEFROST_FACTOR() view returns (uint256)
20
DEFROST_MONTHS() view returns (int256)
3
DEFROST_MONTH_IN_MINUTES() view returns (int256)
43200
MAX_NUM_OZTG_TOKENS() view returns (uint256)
730000000000000000000000000
START_ICO_TIMESTAMP() view returns (uint256)
1526565600
assignedSupply() view returns (uint256)
0
batchAssignStopped() view returns (bool)
false
canDefrost() view returns (bool)
false
decimals() view returns (uint256)
18
elapsedMonthsFromICOStart() view returns (int256 elapsed)
78
getAssignedSupply() view returns (uint256)
0
getBlockTimestamp() view returns (uint256)
1731285047
getDefrostFactor() view returns (uint256)
20
getStartIcoTimestamp() view returns (uint256)
1526565600
lagDefrost() view returns (int256)
3
name() view returns (string)
OZTGToken
owner() view returns (address)
0x8d427a2873f4c2497cb5bbe9139515ebf2d05df1
stopDefrost() view returns (bool)
false
symbol() view returns (string)
OZTG
totalSupply() view returns (uint256)
730000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
getAddressAndBalance(address addr) view returns (address _address, uint256 _amount)
getAddressBalance(address addr) view returns (uint256 balance)
icedBalances_defrosted(address) view returns (uint256)
icedBalances_frosted(address) view returns (uint256)
vIcedBalances(uint256) view returns (address)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchAssignTokens(address[] _vaddr, uint256[] _vamounts, uint256[] _vDefrostClass)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
defrostTokens(uint256 fromIdx, uint256 toIdx)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
killContract()
setDefroster(address addr)
setStopDefrost()
stopBatchAssign()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
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.
This contract contains no error objects.