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 "PallyCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 6583989 | 6 years ago | | | 0 | 0.00014839200 | |
| 6583967 | 6 years ago | | | 0 | 0.00020839200 | |
| 6468476 | 6 years ago | | | 0 | 0.00022952000 | |
| 6468105 | 6 years ago | | | 0 | 0.000091936000 | |
| 5385512 | 7 years ago | | | 0 | 0.00018387200 | |
| 5377776 | 7 years ago | | | 0 | 0.0014839200 | |
| 5190481 | 7 years ago | | | 0 | 0.00018387200 | |
| 5084015 | 7 years ago | | | 0 | 0.00077905800 | |
| 5082698 | 7 years ago | | | 0 | 0.00018387200 | |
| 4962095 | 7 years ago | | | 0 | 0.00074068000 |
ABI
ABI objects
Getter at block 21266025
crowdsale() view returns (address)
0xb4f10530e531c32490c68062662eb5684057afb4
decimals() view returns (uint8)
18
name() view returns (string)
PallyCoin
owner() view returns (address)
0x7461ccf1fd55c069ce13e07d163c65c78c8b48d1
paused() view returns (bool)
false
symbol() view returns (string)
PAL
tokensDistributedCrowdsale() view returns (uint256)
4560912085114653367216248
tokensDistributedPresale() view returns (uint256)
0
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
distributeICOTokens(address _buyer, uint256 tokens)
distributePresaleTokens(address _buyer, uint256 tokens)
pause() returns (bool)
refundTokens(address _buyer, uint256 tokens)
setCrowdsaleAddress(address _crowdsale)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Pause()
RefundedTokens(address indexed user, uint256 tokens)
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.