Sourceblock
Verified contract
Active on
Ethereum with 513 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SRB | ERC-20 | 93.712135K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20977686 | a month ago | | | 0 | 0.00068310699 | |
| 20574760 | 3 months ago | | | 0 | 0.000038167062 | |
| 20534421 | 3 months ago | | | 0 | 0.00014332870 | |
| 20534419 | 3 months ago | | | 0 | 0.00014332870 | |
| 20401090 | 4 months ago | | | 0 | 0.00032036727 | |
| 20343138 | 4 months ago | | | 0 | 0.0011239873 | |
| 20274883 | 5 months ago | | | 0 | 0.00045865791 | |
| 20261839 | 5 months ago | | | 0 | 0.00013497540 | |
| 20193992 | 5 months ago | | | 0 | 0.000078456030 | |
| 20114182 | 5 months ago | | | 0 | 0.00049119898 |
ABI
ABI objects
Getter at block 21274384
_maxSwapAmount() view returns (uint256)
1250000000000000000000000
_maxTxAmount() view returns (uint256)
500000000000000000000000000
_maxWalletAmount() view returns (uint256)
500000000000000000000000000
decimals() pure returns (uint8)
18
name() pure returns (string)
Sourceblock
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() pure returns (string)
SRB
totalSupply() pure returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
forceSwap()
openTrading()
removeLimits()
renounceOwnership()
setBuyFee(uint256 buyFeePercentage)
setMaxSwapAmountSize(uint256 amount)
setMaxTransactionSize(uint256 amount)
setMaxWalletSize(uint256 amount)
setSellFee(uint256 sellFeePercentage)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
withdrawStuckETH()
withdrawStuckToken(address tokenContractAddress, address toRescueAddress, uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
MaxTxAmountUpdated(uint256 _maxTxAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address feeWalletAddress)
receive()
This contract contains no error objects.