PARADISE TOKEN
Verified contract
Active on
Ethereum with 5,972 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 |
---|---|---|---|---|---|
PDT | ERC-20 | 835.52972K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19888122 | 6 months ago | | | 0 | 0.00011553151 | |
| 19845667 | 6 months ago | | | 0 | 0.00015125338 | |
| 18291201 | a year ago | | | 0 | 0.00054396774 | |
| 18291154 | a year ago | | | 0 | 0.00050856572 | |
| 18291138 | a year ago | | | 0 | 0.00031394056 | |
| 18291091 | a year ago | | | 0 | 0.00050329121 | |
| 18290560 | a year ago | | | 0 | 0.00037403185 | |
| 18290485 | a year ago | | | 0 | 0.00044586663 | |
| 17811818 | a year ago | | | 0 | 0.00074343156 | |
| 17811799 | a year ago | | | 0 | 0.0012883941 |
ABI
ABI objects
Getter at block 21205835
decimals() view returns (uint8)
18
initialSupply() view returns (uint256)
10000000000000000000000000000
name() view returns (string)
PARADISE TOKEN
owner() view returns (address)
0x86a4810c594b78943945639e7d607fe5fe360144
paused() view returns (bool)
false
symbol() view returns (string)
PDT
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
freezeAccount(address target, bool freeze) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferEther(address _receiver, uint256 _value) payable
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.