Pitch FXS
Verified contract
Active on
Ethereum with 506 txns
Balances ($0.00)
No balances found for "Pitch FXS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21131580 | 24 days ago | | | 0 | 0.00079493082 | |
| 21120973 | a month ago | | | 0 | 0.00020929021 | |
| 21034120 | a month ago | | | 0 | 0.00025897078 | |
| 20996094 | a month ago | | | 0 | 0.00026756204 | |
| 20759527 | 3 months ago | | | 0 | 0.000069083338 | |
| 20692909 | 3 months ago | | | 0 | 0.0010018668 | |
| 20671798 | 3 months ago | | | 0 | 0.000066667999 | |
| 20549827 | 3 months ago | | | 0 | 0.000065391831 | |
| 20477434 | 4 months ago | | | 0 | 0.0010495865 | |
| 20434301 | 4 months ago | | | 0 | 0.00063993672 |
ABI
ABI objects
Getter at block 21304234
decimals() view returns (uint8)
18
depositor() view returns (address)
0xdfa1f69774ad2924cebd43d75aadfb92403c5335
name() view returns (string)
Pitch FXS
owner() view returns (address)
0x092308e1dcdeca61bf1153dd92e15ed08e164982
symbol() view returns (string)
pitchFXS
totalSupply() view returns (uint256)
451976759525760867604886
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
renounceOwnership()
setDepositor(address _depositor)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.