Piezochain
Verified contract
Active on
Ethereum with 6,661 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 |
---|---|---|---|---|---|
piezo | ERC-20 | 844 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453375 | 3 months ago | | | 0 | 0.000052277000 | |
| 12400737 | 4 years ago | | | 0 | 0.0049479275 | |
| 10708164 | 4 years ago | | | 0 | 0.0017307290 | |
| 9466201 | 5 years ago | | | 0 | 0.0015365570 | |
| 8968438 | 5 years ago | | | 0 | 0.00066961800 | |
| 8955914 | 5 years ago | | | 0 | 0.00050480550 | |
| 8942541 | 5 years ago | | | 0 | 0.00022265000 | |
| 8940398 | 5 years ago | | | 0 | 0.000089060000 | |
| 8940112 | 5 years ago | | | 0 | 0.00013359000 | |
| 8768804 | 5 years ago | | | 0 | 0.0015278650 |
ABI
ABI objects
Getter at block 21158689
cap() view returns (uint256)
50000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Piezochain
owner() view returns (address)
0x3b591700e6b05e49dd28e025e3485d695ec5f840
paused() view returns (bool)
true
symbol() view returns (string)
piezo
totalSupply() view returns (uint256)
32747488297916599999976193038
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)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Pause()
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.