Pivot Token
Verified contract
Active on
Ethereum with 66,953 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PVT | ERC-20 | 251.724892M | -- | -- | |
PHN | ERC-20 | 25.324K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
GoTJS | ERC-20 | 1 | -- | -- | |
WDT | ERC-20 | 0.0005 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21091009 | 10 days ago | | | 0 | 0.00024871263 | |
| 21049543 | 15 days ago | | | 0 | 0.00032167269 | |
| 20970832 | a month ago | | | 0 | 0.0010775237 | |
| 20875370 | a month ago | | | 0 | 0.00043956166 | |
| 20792801 | 2 months ago | | | 0 | 0.0012964547 | |
| 20790883 | 2 months ago | | | 0 | 0.0010246165 | |
| 20785133 | 2 months ago | | | 0 | 0.0014576334 | |
| 20773717 | 2 months ago | | | 0 | 0.00038011830 | |
| 20579387 | 3 months ago | | | 0 | 0.00052941976 | |
| 20536685 | 3 months ago | | | 0 | 0.00039099917 |
ABI
ABI objects
Getter at block 21159446
decimals() view returns (uint8)
18
name() view returns (string)
Pivot Token
symbol() view returns (string)
PVT
totalSupply() view returns (uint256)
31415926535000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.