Wilder
Verified contract
Proxy
Active on
Ethereum with 95,734 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 48 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots
-
variable spans 1 additional slot
-
variable spans 45 additional slots
Balances ($656,830.82)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 632.297K | $1.001 |
$632,929.3 | |
SAND | ERC-20 | 14.938679K | $0.799935 |
$11,949.97 | |
WILD | ERC-20 | 30.506055K | $0.322862 |
$9,849.25 | |
PROS | ERC-20 | 2.537161K | $0.706467 |
$1,792.42 | |
EFI | ERC-20 | 3.500666K | $0.053375 |
$186.85 | |
TUSD | ERC-20 | 104.950618 | $1.001 |
$105.06 | |
STOS | ERC-20 | 36.418167 | $0.493772 |
$17.98 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21262886 | 2 minutes ago | | | 0 | 0.00034301631 | |
| 21262878 | 4 minutes ago | | | 0 | 0.00042594458 | |
| 21262872 | 5 minutes ago | | | 0 | 0.00054386649 | |
| 21262827 | 14 minutes ago | | | 0 | 0.00036026409 | |
| 21262786 | 22 minutes ago | | | 0 | 0.00034128593 | |
| 21262782 | 23 minutes ago | | | 0 | 0.00062440734 | |
| 21262764 | 26 minutes ago | | | 0 | 0.00044399724 | |
| 21262763 | 27 minutes ago | | | 0 | 0.0014255796 | |
| 21262759 | 27 minutes ago | | | 0 | 0.00050279851 | |
| 21262725 | 34 minutes ago | | | 0 | 0.00031717060 |
ABI
ABI objects
Getter at block 21262894
decimals() view returns (uint8)
18
name() view returns (string)
Wilder
owner() view returns (address)
0x32eb727b120acf288306fbd67a60d1b6d8984476
paused() view returns (bool)
false
symbol() view returns (string)
WILD
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
authorizeSnapshotter(address account)
burn(address account, uint256 amount)
deauthorizeSnapshotter(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol)
initializeImplementation()
mint(address account, uint256 amount)
pause()
renounceOwnership()
snapshot() returns (uint256)
transfer(address recipient, uint256 amount) returns (bool)
transferBulk(address[] recipients, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferFromBulk(address sender, address[] recipients, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedSnapshotter(address account)
DeauthorizedSnapshotter(address account)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Snapshot(uint256 id)
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.