Circle Inu
Verified contract
Active on
Ethereum with 168 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 "Circle Inu"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18012541 | a year ago | | | 0 | 0.00037733697 | |
| 15183848 | 2 years ago | | | 0 | 0.00046464003 | |
| 15174371 | 2 years ago | | | 0 | 0.0016689562 | |
| 15174324 | 2 years ago | | | 0 | 0.0012393906 | |
| 15169864 | 2 years ago | | | 0 | 0.0015062331 | |
| 15168027 | 2 years ago | | | 0 | 0.0033503057 | |
| 15167713 | 2 years ago | | | 0 | 0.0019161338 | |
| 15166996 | 2 years ago | | | 0 | 0.0012593261 | |
| 15165354 | 2 years ago | | | 0 | 0.0016923735 | |
| 15162550 | 2 years ago | | | 0 | 0.00098095422 |
ABI
ABI objects
Getter at block 21258592
decimals() view returns (uint8)
18
maxWallet() view returns (uint256)
500000000000000000000
name() view returns (string)
Circle Inu
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
CIRCLE
totalSupply() view returns (uint256)
20000000000000000000000
uniswapV2Pair() view returns (address)
0x7363966b266153ea8e358b187f814d2c105200d2
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
Limtcheck(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeWallet(address _addr)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateMaxwallet(uint256 _amount)
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.
This contract contains no error objects.