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 "Goberian"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16636377 | 2 years ago | | | 0 | 0.0020181635 | |
| 16193646 | 2 years ago | | | 0 | 0.00064202103 | |
| 15440327 | 2 years ago | | | 0 | 0.00083325231 | |
| 15429381 | 2 years ago | | | 0 | 0.00099905950 | |
| 15287121 | 2 years ago | | | 0 | 0.00032312754 | |
| 15230433 | 2 years ago | | | 0 | 0.00028060892 | |
| 15116629 | 2 years ago | | | 0 | 0.0016214367 | |
| 15091428 | 2 years ago | | | 0 | 0.00072519234 | |
| 15082897 | 2 years ago | | | 0 | 0.00091789445 | |
| 15036720 | 2 years ago | | | 0 | 0.0031545687 |
ABI
ABI objects
Getter at block 21291022
DOMAIN_SEPARATOR() view returns (bytes32)
0xe6bb20340ca37f15945a01491c12f7cff0505f73c579f5bba5a37a4fd0721257
WETH() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
decimals() view returns (uint8)
18
distribution() view returns (address)
0xd1e3ab0e58781480a597205a4caba4ad99483c7a
feesEnabled() view returns (bool)
true
name() view returns (string)
Goberian
owner() view returns (address)
0x2c557fa030750847f2894e105c4683e0aa49948b
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
staking() view returns (uint256)
0
swapEnabled() view returns (bool)
true
swapFee() view returns (uint256)
800
symbol() view returns (string)
GOBE
totalSupply() view returns (uint256)
50000000000000000000000000000000
uniswapPair() view returns (address)
0xea61d94a998aed6e27ffcd2f786f46ae26bae50e
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isExcludedFromFee(address) view returns (bool)
nonces(address owner) view returns (uint256)
packBeneficiary(address _beneficiary, uint256 _fee) pure returns (uint256)
unpackBeneficiary(uint256 _beneficiary) pure returns (address, uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setDistribution(address _newDistribution)
setExcludeFromFee(address _account, bool _excluded)
setFeesEnabled(bool enabled)
setStaking(address _contractAddress, uint256 _fee)
setSwapEnabled(bool enabled)
setSwapFee(uint256 newFee)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DistributionUpdated(address oldBeneficiary, address newBeneficiary)
ExcludedFromFeeUpdated(address account, bool excluded)
FeeDistributed(address to, uint256 amount)
FeesEnabledUpdated(bool enabled)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
StakingDistributed(address to, uint256 amount)
StakingUpdated(address oldBeneficiary, address newBeneficiary, uint256 oldFee, uint256 newFee)
SwapEnabledUpdated(bool enabled)
SwapFeeUpdated(uint256 oldFee, uint256 newFee)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _distribution)
receive()
This contract contains no error objects.