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) |
---|---|---|---|---|---|---|---|
| 20497317 | 4 months ago | | | 0 | 0.000071683965 | |
| 11377872 | 4 years ago | | | 0 | 0.0014655760 | |
| 11288342 | 4 years ago | | | 0 | 0.0027482940 | |
| 11131961 | 4 years ago | | | 0 | 0.00090084000 | |
| 11131949 | 4 years ago | | | 0 | 0.0010468400 | |
| 8226228 | 5 years ago | | | 0 | 0.0010045620 | |
| 7850773 | 6 years ago | | | 0 | 0.00037270000 | |
| 7850756 | 6 years ago | | | 0 | 0.00022206000 | |
| 7848709 | 6 years ago | | | 0 | 0.00018396000 | |
| 7840283 | 6 years ago | | | 0 | 0.00018396000 |
ABI
ABI objects
Getter at block 21377945
crowdsale() pure returns (address)
0x939da7bce862f79676db57267ebd6856eaead7c1
decimals() pure returns (uint8)
18
initialSupply() pure returns (uint256)
40000000000000000000000000
limitCrowdsale() pure returns (uint256)
5679833993427168000000000
limitPresale() pure returns (uint256)
10000000000000000000000000
name() pure returns (string)
PallyCoin
owner() pure returns (address)
0x295bda92e2ebe891f86de4b5d3298f59202909fb
paused() pure returns (bool)
false
remainingTokenBurnt() pure returns (bool)
true
symbol() pure returns (string)
PAL
tokensDistributedCrowdsale() pure returns (uint256)
5679833993427168000000000
tokensDistributedPresale() pure returns (uint256)
9999999999999999999999999
totalSupply() pure returns (uint256)
55679833993427168000000000
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnTokens()
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.