BIDEN CAT
Verified contract
Active on
Ethereum with 113 txns
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 "BIDEN CAT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20699033 | 2 months ago | | | 0 | 0.00012448718 | |
| 20187651 | 5 months ago | | | 0 | 0.00019771005 | |
| 19992408 | 6 months ago | | | 0 | 0.00034560361 | |
| 19946610 | 6 months ago | | | 0 | 0.00020128377 | |
| 19946574 | 6 months ago | | | 0 | 0.00018826305 | |
| 19932651 | 6 months ago | | | 0 | 0.00076364002 | |
| 19932648 | 6 months ago | | | 0 | 0.00069156517 | |
| 19925652 | 6 months ago | | | 0 | 0.00077446172 | |
| 19922470 | 6 months ago | | | 0 | 0.00051450879 | |
| 19897830 | 6 months ago | | | 0 | 0.00015093008 |
ABI
ABI objects
Getter at block 21210175
VERSION() view returns (uint256)
1
decimals() view returns (uint8)
9
name() view returns (string)
BIDEN CAT
owner() view returns (address)
0xa2d16c40cd7419a0ec066c924c22b2bf1ccc313e
symbol() view returns (string)
BIDENCAT
totalSupply() view returns (uint256)
194211204206900000000000
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)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType, uint256 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_, address serviceFeeReceiver_, uint256 serviceFee_)
This contract contains no fallback and receive objects.
This contract contains no error objects.