The Circle
Verified contract
Active on
Ethereum with 33 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "The Circle"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15362873 | 2 years ago | | | 0 | 0.00033655361 | |
| 15362789 | 2 years ago | | | 0 | 0.00042481231 | |
| 15295626 | 2 years ago | | | 0 | 0.00046130100 | |
| 15295625 | 2 years ago | | | 0 | 0.00050985900 | |
| 15294925 | 2 years ago | | | 0 | 0.00014030912 | |
| 15294639 | 2 years ago | | | 0 | 0.00018007761 | |
| 15294527 | 2 years ago | | | 0 | 0.00015756524 | |
| 15294525 | 2 years ago | | | 0 | 0.00029288457 | |
| 15294513 | 2 years ago | | | 0 | 0.00032594100 | |
| 15294476 | 2 years ago | | | 0 | 0.00046290430 |
ABI
ABI objects
Getter at block 21098442
decimals() view returns (uint8)
18
name() view returns (string)
The Circle
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0xcfb4520c4aa68aedbcf60c965b8566b49ca87b0c
symbol() view returns (string)
RING
totalSupply() view returns (uint256)
2700000000000000000000000
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)
openTrading() returns (bool)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.