Platin Token
Verified contract
Active on
Ethereum with 14 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x604d…ac2c
Balances ($0.00)
No balances found for "Platin Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6599391 | 6 years ago | | | 0 | 0.0041255650 | |
| 6526522 | 6 years ago | | | 0 | 0.00093330000 | |
| 6524857 | 6 years ago | | | 0 | 0.00091366000 | |
| 6524853 | 6 years ago | | | 0 | 0.00091366000 | |
| 6524823 | 6 years ago | | | 0 | 0.00091366000 | |
| 6524817 | 6 years ago | | | 0 | 0.00091366000 | |
| 6524813 | 6 years ago | | | 0 | 0.00091366000 | |
| 6524808 | 6 years ago | | | 0 | 0.00091366000 | |
| 6524805 | 6 years ago | | | 0 | 0.00091238000 | |
| 6524799 | 6 years ago | | | 0 | 0.00091366000 |
ABI
ABI objects
Getter at block 21160681
decimals() view returns (uint8)
18
holdersCount() view returns (uint256)
0
name() view returns (string)
Platin Token
owner() view returns (address)
0x6d31f7c21e565493c83bc5439dbcb198f10c4f99
paused() view returns (bool)
true
symbol() view returns (string)
PTNX
tge() view returns (address)
0x604d39fe4948b9e98963458b72f5f89ece90ac2c
totalSupply() view returns (uint256)
0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
authorized(address) view returns (bool)
balanceLockedUp(address _who) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balanceRefundable(address _who, address _sender) view returns (uint256)
balanceSpot(address _who) view returns (uint256)
hasLockups(address _who) view returns (bool)
holderNumber(address) view returns (uint256)
holders(uint256) view returns (address)
indexes(address, address, uint256) view returns (uint256)
lockups(address, uint256) view returns (uint256 release, uint256 amount)
lockupsCount(address _who) view returns (uint256)
refundable(address, address, uint256) view returns (uint256 release, uint256 amount)
tokenFallback(address _from, uint256 _value, bytes _data) pure
State-modifying
Events allocate(address _to, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool)
authorize(address _who)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
pause()
reclaimContract(address _contractAddr)
reclaimEther()
reclaimToken(address _token)
refundLockedUp(address _from) returns (uint256)
renounceOwnership()
setTGE(address _tge)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromWithLockup(address _from, address _to, uint256 _value, uint256[] _lockupReleases, uint256[] _lockupAmounts, bool _refundable) returns (bool)
transferOwnership(address _newOwner)
transferWithLockup(address _to, uint256 _value, uint256[] _lockupReleases, uint256[] _lockupAmounts, bool _refundable) returns (bool)
unAuthorize(address _who)
unpause()
Allocate(address indexed to, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
Authorize(address indexed who)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Refund(address indexed from, address indexed to, uint256 amount)
SetLockups(address indexed to, uint256 amount, uint256 fromIdx, uint256 toIdx)
Transfer(address indexed from, address indexed to, uint256 value)
UnAuthorize(address indexed who)
Unpause()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.