PandroytyToken
Verified contract
Active on
Ethereum with 2,554 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 "PandroytyToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18790936 | a year ago | | | 0 | 0.0014913971 | |
| 17464113 | a year ago | | | 0 | 0.00074074898 | |
| 14840471 | 3 years ago | | | 0 | 0.0017646150 | |
| 14440390 | 3 years ago | | | 0 | 0.0033333450 | |
| 14427922 | 3 years ago | | | 0 | 0.0022399530 | |
| 12610066 | 3 years ago | | | 0 | 0.0021265560 | |
| 12243605 | 4 years ago | | | 0 | 0.0067451580 | |
| 12231514 | 4 years ago | | | 0 | 0.0028458922 | |
| 12231338 | 4 years ago | | | 0 | 0.0032608206 | |
| 12115185 | 4 years ago | | | 0 | 0.0063555880 |
ABI
ABI objects
Getter at block 21285336
decimals() view returns (uint8 _decimals)
18
mintingFinished() view returns (bool)
true
name() view returns (string _name)
PandroytyToken
owner() view returns (address)
0x8f302c391b2b6fd064ae8257d09a13d9fedde207
paused() view returns (bool)
false
symbol() view returns (string _symbol)
PDRY
totalSupply() view returns (uint256)
1972000000334140000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
getFreezing(address _addr, uint256 _index) view returns (uint64 _release, uint256 _balance)
getFreezingSummaryOf(address _addr) view returns (uint256 tokenAmount, uint256 freezingCount)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeTo(address _to, uint256 _amount, uint64 _until)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
mintAndFreeze(address _to, uint256 _amount, uint64 _until)
pause()
releaseAll() returns (uint256 tokens)
releaseOnce()
transfer(address _to, uint256 _value) returns (bool _success)
transferFrom(address _from, address _to, uint256 _value) returns (bool _success)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Freezed(address indexed to, uint64 release, uint256 amount)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Released(address indexed owner, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.