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 " BabyTRX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12894759 | 3 years ago | | | 0 | 0.00051903806 | |
| 12886343 | 3 years ago | | | 0 | 0.00094432000 | |
| 12781502 | 3 years ago | | | 0 | 0.0022663680 | |
| 12780216 | 3 years ago | | | 0 | 0.0013220480 | |
| 12778127 | 3 years ago | | | 0 | 0.0021247200 | |
| 12772062 | 3 years ago | | | 0 | 0.00029673800 | |
| 12772055 | 3 years ago | | | 0 | 0.00031956400 | |
| 12772048 | 3 years ago | | | 0 | 0.00061380800 | |
| 12772047 | 3 years ago | | | 0 | 0.00029673800 | |
| 12772041 | 3 years ago | | | 0 | 0.00025108600 |
ABI
ABI objects
Getter at block 21288090
beneficiary() view returns (address)
0x20115e8834ea5505fb78b283a4ae8047a8776dae
decimals() view returns (uint8)
18
feesEnabled() view returns (bool)
false
minSupply() view returns (uint256)
100000000000000000000000000
name() view returns (string)
BabyTRX
owner() view returns (address)
0x20115e8834ea5505fb78b283a4ae8047a8776dae
proposedOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BabyTRX
totalSupply() view returns (uint256)
1000000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
calculateFee(uint256 _amount, uint256 _fee) pure returns (uint256)
isExcludedFromFee(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
claimOwnership()
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
proposeOwner(address _newOwner)
setBeneficiary(address _newBeneficiary)
setExcludeFromFee(address _account, bool _excluded)
setFeesEnabled(bool _enabled)
setMinSupply(uint256 _newMinSupply)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BeneficiaryUpdated(address oldBeneficiary, address newBeneficiary)
ExcludedFromFeeUpdated(address account, bool excluded)
FeesEnabledUpdated(bool enabled)
MinSupplyUpdated(uint256 oldAmount, uint256 newAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.