CorgiAI
Verified contract
Active on
Ethereum with 4,404 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($160.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
CORGIAI | ERC-20 | 135.435261K | $0.001183 |
$160.17 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21311731 | an hour ago | | | 0 | 0.00044374500 | |
| 21311695 | 2 hours ago | | | 0 | 0.00080988295 | |
| 21311263 | 3 hours ago | | | 0 | 0.00061417414 | |
| 21311150 | 3 hours ago | | | 0 | 0.00040305628 | |
| 21311040 | 4 hours ago | | | 0 | 0.00076339624 | |
| 21310837 | 4 hours ago | | | 0 | 0.00033173536 | |
| 21308822 | 11 hours ago | | | 0 | 0.0011540660 | |
| 21305683 | a day ago | | | 0 | 0.00036084453 | |
| 21305637 | a day ago | | | 0 | 0.00037814172 | |
| 21305525 | a day ago | | | 0 | 0.00034831788 |
ABI
ABI objects
Getter at block 21312165
bridge() view returns (address)
0xc8702948140573d839929bfaf6b70549ab9d8c62
decimals() view returns (uint8)
18
name() view returns (string)
CorgiAI
owner() view returns (address)
0xfe75450e3412de10697deb66ecd2f0393110d700
symbol() view returns (string)
CORGIAI
totalSupply() view returns (uint256)
25000000000000000000000000000
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)
burn(address _account, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _account, uint256 _amount)
renounceOwnership()
setBridge(address _bridge)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBridge(address indexed owner, address indexed bridge)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.