HalfPriceGold
Verified contract
Active on
Ethereum with 769 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 "HalfPriceGold"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15100220 | 2 years ago | | | 0 | 0.0010871578 | |
| 13607492 | 3 years ago | | | 0 | 0.0024377421 | |
| 13607440 | 3 years ago | | | 0 | 0.0026979162 | |
| 13454597 | 3 years ago | | | 0 | 0.0013720219 | |
| 13454294 | 3 years ago | | | 0 | 0.0013428498 | |
| 13454062 | 3 years ago | | | 0 | 0.0014612595 | |
| 13215691 | 3 years ago | | | 0 | 0.0055085764 | |
| 13170929 | 3 years ago | | | 0 | 0.0022981600 | |
| 13163979 | 3 years ago | | | 0 | 0.0040104680 | |
| 13163934 | 3 years ago | | | 0 | 0.0050825701 |
ABI
ABI objects
Getter at block 21259110
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
lock_period() view returns (uint256)
2419200
name() view returns (string)
Half Price Gold
owner() view returns (address)
0x86dadf4181671b5ac62eb69a1be1564809341881
paused() view returns (bool)
false
symbol() view returns (string)
HAPG
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
getFreeBalance(address _holder) view returns (uint256)
getLockedBalance(address _holder) view returns (uint256)
getReleaseTime(address _holder) view returns (uint256)
isPauser(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
State-modifying
Events addPauser(address account)
addWhitelistAdmin(address account)
approve(address _spender, uint256 _value) returns (bool)
clearLock(address _holder) returns (bool)
clearReleaseTime(address _holder) returns (bool)
decreaseAllowance(address _spender, uint256 _subtractedValue) returns (bool success)
decreaseLockBalance(address _holder, uint256 _value) returns (bool)
increaseAllowance(address _spender, uint256 _addedValue) returns (bool success)
increaseLockBalance(address _holder, uint256 _value) returns (bool)
increaseLockBalanceWithReleaseTime(address _holder, uint256 _value, uint256 _release_time) returns (bool)
pause()
renounceOwnership()
renouncePauser()
renounceWhitelistAdmin()
revokePauser(address account)
revokeWhitelistAdmin(address account)
setReleaseTime(address _holder, uint256 _release_time) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
LockTimeSetted(address indexed holder, uint256 old_release_time, uint256 new_release_time)
Locked(address indexed holder, uint256 locked_balance_change, uint256 total_locked_balance, uint256 release_time)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.