Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Baby NFT"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18353212 | a year ago | | | 0 | 0.00027663452 | |
| 18345937 | a year ago | | | 0 | 0.00025314140 | |
| 18345587 | a year ago | | | 0 | 0.00041921357 | |
| 18345013 | a year ago | | | 0 | 0.00024575130 | |
| 18342640 | a year ago | | | 0 | 0.00062868841 | |
| 18342573 | a year ago | | | 0 | 0.00078746799 | |
| 18342572 | a year ago | | | 0 | 0.00079287128 | |
| 18342534 | a year ago | | | 0 | 0.00098942118 | |
| 18342382 | a year ago | | | 0 | 0.00095880981 | |
| 18342368 | a year ago | | | 0 | 0.00066913287 |
ABI
ABI objects
Getter at block 21181544
decimals() view returns (uint8)
18
generator() pure returns (string)
https://vittominacori.github.io/erc20-generator
name() view returns (string)
Baby NFT
symbol() view returns (string)
BABYNFT
totalSupply() view returns (uint256)
900000000000000000000000000000000
version() view returns (string)
v5.1.0
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint256 initialBalance_, address feeReceiver_)
This contract contains no fallback and receive objects.
This contract contains no error objects.