GetPaid
Verified contract
Active on
Ethereum with 43,279 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($143.32)
Native
Value
$143.32
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,582.93 |
$143.32 | |
GPaid | ERC-20 | 200K | -- | -- | |
EBP | ERC-20 | 10K | -- | -- | |
Ambr | ERC-20 | 2 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11758817 | 4 years ago | | | 0 | 0.0048492297 | |
| 10441632 | 4 years ago | | | 0 | 0.00067257010 | |
| 9831844 | 5 years ago | | | 0 | 0.00027561300 | |
| 9446019 | 5 years ago | | | 0 | 0.000091871000 | |
| 9424416 | 5 years ago | | | 0 | 0.00033073560 | |
| 9405131 | 5 years ago | | | 0 | 0.000037365000 | |
| 9305153 | 5 years ago | | | 0 | 0.000056047500 | |
| 9304130 | 5 years ago | | | 0 | 0.000074730000 | |
| 9221465 | 5 years ago | | | 0 | 0.000091871000 | |
| 9207910 | 5 years ago | | | 0 | 0.000037365000 |
ABI
ABI objects
Getter at block 21290673
decimals() view returns (uint256)
18
distributionFinished() view returns (bool)
false
maxTotalValue() view returns (uint256)
15000000000000000000000000000
minContribution() view returns (uint256)
10000000000000000
name() view returns (string)
GetPaid
symbol() view returns (string)
GPaid
tokensPerEth() view returns (uint256)
20000000000000000000000000
totalDistributed() view returns (uint256)
9877950000000000000000000000
totalRemaining() view returns (uint256)
20214850000000000000000000000
totalSupply() view returns (uint256)
30000000000000000000000000000
totalValue() view returns (uint256)
9778400000000000000000000000
value() view returns (uint256)
200000000000000000000000
zeroDistrFinished() view returns (bool)
false
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
blacklist(address) view returns (bool)
getTokenBalance(address tokenAddress, address who) view returns (uint256)
State-modifying
Events adminClaimAirdrop(address _participant, uint256 _amount)
adminClaimAirdropMultiple(address[] _addresses, uint256 _amount)
approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value)
finishDistribution() returns (bool)
finishZeroDistribution() returns (bool)
getTokens() payable
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferOwnership(address newOwner)
updateTokensPerEth(uint256 _tokensPerEth)
withdraw()
withdrawForeignTokens(address _tokenContract) returns (bool)
Airdrop(address indexed _owner, uint256 _amount, uint256 _balance)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed burner, uint256 value)
Distr(address indexed to, uint256 amount)
Distr0(address indexed to, uint256 amount)
DistrFinished()
TokensPerEthUpdated(uint256 _tokensPerEth)
Transfer(address indexed _from, address indexed _to, uint256 _value)
ZeroEthFinished()
This contract contains no constructor objects.
fallback()
This contract contains no error objects.