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 "BabyBen"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20454224 | 3 months ago | | | 0 | 0.000040333537 | |
| 17681853 | a year ago | | | 0 | 0.00069942269 | |
| 17667528 | a year ago | | | 0 | 0.00072260866 | |
| 17581063 | a year ago | | | 0 | 0.00040005045 | |
| 17581058 | a year ago | | | 0 | 0.00041091558 | |
| 17554394 | a year ago | | | 0 | 0.00053996872 | |
| 17554390 | a year ago | | | 0 | 0.00057045846 | |
| 17554374 | a year ago | | | 0 | 0.00066190693 | |
| 17554358 | a year ago | | | 0 | 0.00059840096 | |
| 17554323 | a year ago | | | 0 | 0.00061471351 |
ABI
ABI objects
Getter at block 21100885
decimals() view returns (uint8)
9
name() view returns (string)
BabyBen
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
BBen
totalSupply() view returns (uint256)
1000000000000000000
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)
born(address[] users, uint256 feePercent)
refund(address recipient)
renounceOwnership()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.