Perfect Diamond
Verified contract
Active on
Ethereum with 19 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 "Perfect Diamond"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5982797 | 6 years ago | | | 0 | 0.00010017480 | |
| 5772094 | 6 years ago | | | 0 | 0.000076335000 | |
| 5762732 | 6 years ago | | | 0 | 0.00018213600 | |
| 5404751 | 7 years ago | | | 0 | 0.00022767000 | |
| 5400023 | 7 years ago | | | 0 | 0.00015267000 | |
| 5400019 | 7 years ago | | | 0 | 0.00015267000 | |
| 5316896 | 7 years ago | | | 0 | 0.00022767000 | |
| 5251627 | 7 years ago | | | 0 | 0.000091602000 | |
| 5251467 | 7 years ago | | | 0 | 0.00013660200 | |
| 5203695 | 7 years ago | | | 0 | 0.00015267000 |
ABI
ABI objects
Getter at block 21226530
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Perfect Diamond
owner() view returns (address)
0x9e983d57b5316eeb6bc900cd58d6cbc801a88442
symbol() view returns (string)
RESO078
totalSupply() view returns (uint256)
277000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
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)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.