Permanent Digita Seal ERC20 Token
Verified contract
Active on
Ethereum with 7,037 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 "Permanent Digita Seal ERC20 Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583282 | 2 years ago | | | 0 | 0.0010303290 | |
| 13466299 | 3 years ago | | | 0 | 0.0026902448 | |
| 9990812 | 5 years ago | | | 0 | 0.00075264000 | |
| 9533301 | 5 years ago | | | 0 | 0.00045216000 | |
| 9487132 | 5 years ago | | | 0 | 0.0013152000 | |
| 9473353 | 5 years ago | | | 0 | 0.0013149000 | |
| 9473342 | 5 years ago | | | 0 | 0.0013152000 | |
| 9467116 | 5 years ago | | | 0 | 0.0013149000 | |
| 9466169 | 5 years ago | | | 0 | 0.0013149000 | |
| 9465943 | 5 years ago | | | 0 | 0.0013152000 |
ABI
ABI objects
Getter at block 21278313
decimals() view returns (uint256)
18
maxSupply() view returns (uint256)
580000000000000000000000000
name() view returns (string)
Permanent Digita Seal ERC20 Token
owner() view returns (address)
0x213fb4097d1bad2a2874132de1928cc54a6866e6
stopped() view returns (bool)
false
symbol() view returns (string)
PDS
totalSupply() view returns (uint256)
174000000000000000000000000
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy, uint256 wad) returns (bool)
force_transfer(address src, address dst, uint256 wad)
mint(address dst, uint128 wad)
setOwner(address owner_)
start()
stop()
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
LogSetOwner(address indexed owner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.