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 "MrTCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17276159 | 2 years ago | | | 0 | 0.0024766815 | |
| 17276121 | 2 years ago | | | 0 | 0.0022848305 | |
| 17273622 | 2 years ago | | | 0 | 0.0037070308 | |
| 17273549 | 2 years ago | | | 0 | 0.0041545398 | |
| 17273544 | 2 years ago | | | 0 | 0.0050978703 | |
| 17273530 | 2 years ago | | | 0 | 0.0043153878 | |
| 17273530 | 2 years ago | | | 0 | 0.0043364914 | |
| 17273517 | 2 years ago | | | 0 | 0.0047433783 | |
| 17273517 | 2 years ago | | | 0 | 0.0060890343 | |
| 17273515 | 2 years ago | | | 0 | 0.0048887953 |
ABI
ABI objects
Getter at block 21307352
decimals() view returns (uint8)
18
limited() view returns (bool)
false
maxHoldingAmount() view returns (uint256)
100000000000000000000000000000000
minHoldingAmount() view returns (uint256)
1000000
name() view returns (string)
MrTCoin
owner() view returns (address)
0x8bb7684200e2d6f61bf66dcad4f88cc7a593cfec
symbol() view returns (string)
BARACUS
totalSupply() view returns (uint256)
100000000000000000000000000000000
uniswapV2Pair() view returns (address)
0xf0f377a2b13c714def046433ebf4145a81fcd597
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklists(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklist(address _address, bool _isBlacklisting)
burn(uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setRule(bool _limited, address _uniswapV2Pair, uint256 _maxHoldingAmount, uint256 _minHoldingAmount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.