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 "Baby Bull"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22785949 | 6 days ago | | | 0 | 0.000000094014470720 | |
| 21779630 | a month ago | | | 0 | 2.8283661e-7 | |
| 21720608 | a month ago | | | 0 | 4.7838300e-7 | |
| 21720595 | a month ago | | | 0 | 8.3669945e-7 | |
| 21272463 | a month ago | | | 0 | 0.000000708839749336 | |
| 21142387 | a month ago | | | 0 | 5.2838013e-7 | |
| 20890774 | 2 months ago | | | 0 | 5.1661592e-7 | |
| 20634515 | 2 months ago | | | 0 | 0.000000603613641346 | |
| 20457011 | 2 months ago | | | 0 | 0.0000011400009 | |
| 20029552 | 2 months ago | | | 0 | 6.6511318e-7 |
ABI
ABI objects
Getter at block 23039042
decimals() view returns (uint8)
18
launched() view returns (bool)
true
name() view returns (string)
Baby Bull
owner() view returns (address)
0x0000000000000000000000000000000000000000
swingForm() pure returns (uint256)
44
symbol() view returns (string)
BABYBULL
totalSupply() view returns (uint256)
10000000000000000000000000
Read-only
allowance(address _owner, address spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
transport(string c, string d) pure returns (string)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
launch()
renounceOwnership()
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)
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.
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)