THE PIC TOKEN
Verified contract
Active on
Ethereum with 48 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 "THE PIC TOKEN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8666784 | 5 years ago | | | 0 | 0.000028221700 | |
| 8666363 | 5 years ago | | | 0 | 0.000021709000 | |
| 8661728 | 5 years ago | | | 0 | 0.000023809500 | |
| 8660434 | 5 years ago | | | 0 | 0.00017367200 | |
| 8655629 | 5 years ago | | | 0 | 0.00021645000 | |
| 8655598 | 5 years ago | | | 0 | 0.00021645000 | |
| 8654201 | 5 years ago | | | 0 | 0.00021645000 | |
| 8653722 | 5 years ago | | | 0 | 0.000044050800 | |
| 8653184 | 5 years ago | | | 0 | 0.00047484360 | |
| 8653175 | 5 years ago | | | 0 | 0.00014922600 |
ABI
ABI objects
Getter at block 21325725
decimals() view returns (uint8)
18
emitable() view returns (bool)
true
emitted() view returns (uint256)
570000000000000000000000
getTodayEmission() view returns (uint256)
30000000000000000000000
getTodayEmissionLeft() view returns (uint256)
30000000000000000000000
isAdmin() view returns (bool)
false
isOwner() view returns (bool)
false
name() view returns (string)
THE PIC TOKEN
owner() view returns (address)
0x3f79220692cf19acdfcfdb3fd85d070659bc3a28
symbol() view returns (string)
PIC
totalEmitCap() view returns (uint256)
50000000000000000000000000
totalSupply() view returns (uint256)
539950250000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
changeAdmin(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
distribute(address[] holdersAddresses, uint256[] volumeArray, uint256 totalVolume) returns (uint256)
emitTokens(uint256 _percentage) returns (uint256)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address indexed account)
Approval(address indexed owner, address indexed spender, uint256 value)
Emit(uint256 emitAmount, uint256 percentage)
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.