Gamblica Token
Verified contract
Active on
Ethereum with 1,912 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 "Gamblica Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12579486 | 3 years ago | | | 0 | 0.00039797000 | |
| 11798590 | 4 years ago | | | 0 | 0.0058099500 | |
| 11785505 | 4 years ago | | | 0 | 0.0097189710 | |
| 10634322 | 4 years ago | | | 0 | 0.0038333790 | |
| 10108137 | 5 years ago | | | 0 | 0.0032218201 | |
| 9873603 | 5 years ago | | | 0 | 0.00012189555 | |
| 9721330 | 5 years ago | | | 0 | 0.00060422625 | |
| 9687956 | 5 years ago | | | 0 | 0.00085186200 | |
| 9583344 | 5 years ago | | | 0 | 0.000087095250 | |
| 9528286 | 5 years ago | | | 0 | 0.000077394000 |
ABI
ABI objects
Getter at block 21290099
basePrice() view returns (uint256)
10000
bonus() view returns (uint8)
50
cap() view returns (uint256)
600000000000000000000000000
crowdsale() view returns (address)
0xe12abcef1df0bcbcc340b184f0aa11ca13aac870
decimals() view returns (uint8)
18
finalized() view returns (bool)
true
minPurchase() view returns (uint256)
1000000000000000000
mintEnabled() view returns (bool)
false
name() view returns (string)
Gamblica Token
owner() view returns (address)
0xf3f8e28c272eda58dd44dcd30296ee91e830a75d
payableEnabled() view returns (bool)
false
symbol() view returns (string)
GMBC
totalSupply() view returns (uint256)
723925462443199071333333333
transferEnabled() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
getTokenAmount(uint256 _weiAmount) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
buyTokens(address _beneficiary) payable
claimEther(uint256 _weiAmount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finalize(address _fund) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
renounceOwnership()
setBasePrice(uint256 _basePrice)
setBonus(uint8 _bonus)
setCrowdsale(address _crowdsale)
setMinPurchase(uint256 _minPurchase)
setPayableEnabled(bool _payableEnabled)
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)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
fallback()
This contract contains no error objects.