PhotochainToken
Verified contract
Active on
Ethereum with 1,505 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 "PhotochainToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15468408 | 2 years ago | | | 0 | 0.00014191500 | |
| 12528709 | 4 years ago | | | 0 | 0.00035987400 | |
| 12528709 | 4 years ago | | | 0 | 0.00035987400 | |
| 12528708 | 4 years ago | | | 0 | 0.00035987400 | |
| 12528707 | 4 years ago | | | 0 | 0.00035987400 | |
| 12528706 | 4 years ago | | | 0 | 0.00035987400 | |
| 12527894 | 4 years ago | | | 0 | 0.00074186000 | |
| 12527885 | 4 years ago | | | 0 | 0.00086878000 | |
| 11671647 | 4 years ago | | | 0 | 0.0026874160 | |
| 11671048 | 4 years ago | | | 0 | 0.0012306690 |
ABI
ABI objects
Getter at block 21292855
cap() view returns (uint256)
120000000000000000000000000
decimals() view returns (uint256)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
PhotochainToken
owner() view returns (address)
0x135175b0208b073741400b335b029deacb320471
symbol() view returns (string)
PHT
totalSupply() view returns (uint256)
120000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 amount) returns (bool)
mintMany(address[] addresses, uint256[] amounts) 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)
Mint(address indexed to, uint256 amount)
MintFinished()
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.