Paragons DAO Token
Verified contract
Active on
Ethereum with 9,331 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,260.91)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PDT | ERC-20 | 14.705882K | $0.085742 |
$1,260.91 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21294276 | 5 hours ago | | | 0 | 0.00073954151 | |
| 21294276 | 5 hours ago | | | 0 | 0.00073771811 | |
| 21292901 | 10 hours ago | | | 0 | 0.00022298547 | |
| 21292255 | 12 hours ago | | | 0 | 0.00034295021 | |
| 21290520 | 18 hours ago | | | 0 | 0.00029567585 | |
| 21290507 | 18 hours ago | | | 0 | 0.00028740100 | |
| 21287646 | a day ago | | | 0 | 0.00050633546 | |
| 21284622 | 2 days ago | | | 0 | 0.00037330873 | |
| 21284105 | 2 days ago | | | 0 | 0.00037482167 | |
| 21282877 | 2 days ago | | | 0 | 0.00053581870 |
ABI
ABI objects
Getter at block 21295862
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
Paragons DAO Token
owner() view returns (address)
0x12267aefd8bb461817df348ce16c933e76c1aa0d
symbol() view returns (string)
PDT
totalSupply() view returns (uint256)
161174208866712343800000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount) returns (bool)
approveAndCall(address spender, uint256 amount, bytes data) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
recoverERC20(address tokenAddress, uint256 tokenAmount)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount) returns (bool)
transferAndCall(address recipient, uint256 amount, bytes data) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount) returns (bool)
transferFromAndCall(address sender, address recipient, uint256 amount, bytes data) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 initialBalance_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.