FoxGame
Verified contract
Proxy
Active on
Ethereum with 266 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "FoxGame"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20293192 | 4 months ago | | | 0 | 0.000093060297 | |
| 17698452 | a year ago | | | 0 | 0.00065101832 | |
| 17633763 | a year ago | | | 0 | 0.0023530576 | |
| 17351653 | a year ago | | | 0 | 0.0019533402 | |
| 17146718 | 2 years ago | | | 0 | 0.0025075882 | |
| 16228003 | 2 years ago | | | 0 | 0.0010414130 | |
| 16185840 | 2 years ago | | | 0 | 0.00051033972 | |
| 16138188 | 2 years ago | | | 0 | 0.00077044878 | |
| 15074990 | 2 years ago | | | 0 | 0.0010500152 | |
| 14908624 | 2 years ago | | | 0 | 0.00098809633 |
ABI
ABI objects
Getter at block 21279472
decimals() view returns (uint8)
18
name() view returns (string)
FoxGame
owner() view returns (address)
0xdeadc3c69e54d9108b40ca10540ea446f1f7481e
paused() view returns (bool)
false
symbol() view returns (string)
CROWN
totalSupply() view returns (uint256)
168447155769960100973383420
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
controllers(address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
addController(address controller)
approve(address spender, uint256 amount) returns (bool)
burn(address from, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address to, uint256 amount)
removeController(address controller)
renounceOwnership()
togglePause()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.