Baby Token
Verified contract
Active on
Ethereum with 366 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1.331661K | $1.00 |
$1,331.66 |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19887799 | 7 months ago | | | 0 | 0.00021689200 | |
| 18453676 | a year ago | | | 0 | 0.00051710335 | |
| 17838117 | a year ago | | | 0 | 0.00061286784 | |
| 16525277 | 2 years ago | | | 0 | 0.00055720500 | |
| 16525269 | 2 years ago | | | 0 | 0.00081334500 | |
| 16196789 | 2 years ago | | | 0 | 0.00055720500 | |
| 16196784 | 2 years ago | | | 0 | 0.00081334500 | |
| 16029770 | 2 years ago | | | 0 | 0.00086795200 | |
| 15979918 | 2 years ago | | | 0 | 0.00086795200 | |
| 15972285 | 2 years ago | | | 0 | 0.00097644600 |
ABI
ABI objects
Getter at block 21406767
decimals() view returns (uint8)
18
name() view returns (string)
Baby Token
paused() view returns (bool)
false
symbol() view returns (string)
BABY
totalSupply() view returns (uint256)
2100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(string name, string symbol, uint8 decimals, uint256 cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.