GameStop.Finance
Verified contract
Active on
Ethereum with 2,707 txns
Balances ($41.20)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 41.265757 | $0.99851 |
$41.2 | |
GME | ERC-20 | 187.99475 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21217797 | 6 days ago | | | 0 | 0.00064685933 | |
| 21192565 | 9 days ago | | | 0 | 0.00077314641 | |
| 20964752 | a month ago | | | 0 | 0.0019292619 | |
| 20847921 | 2 months ago | | | 0 | 0.00025187992 | |
| 20762891 | 2 months ago | | | 0 | 0.00019620162 | |
| 20750521 | 2 months ago | | | 0 | 0.00017261485 | |
| 20660611 | 3 months ago | | | 0 | 0.000072931132 | |
| 20605795 | 3 months ago | | | 0 | 0.000037984270 | |
| 20574250 | 3 months ago | | | 0 | 0.000026185893 | |
| 20520240 | 3 months ago | | | 0 | 0.00018322890 |
ABI
ABI objects
Getter at block 21258651
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
GameStop.Finance
operator() view returns (address)
0x1000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
GME
totalSupply() view returns (uint256)
1000000000000000000000000
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(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
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.