wand.finance
Verified contract
Active on
Ethereum with 48 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "wand.finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19723381 | 8 months ago | | | 0 | 0.00038449810 | |
| 10996919 | 4 years ago | | | 0 | 0.00085921700 | |
| 10767482 | 4 years ago | | | 0 | 0.0077844230 | |
| 10767349 | 4 years ago | | | 0 | 0.0093913990 | |
| 10767245 | 4 years ago | | | 0 | 0.0095694351 | |
| 10767156 | 4 years ago | | | 0 | 0.0093913990 | |
| 10767146 | 4 years ago | | | 0 | 0.0098809980 | |
| 10767133 | 4 years ago | | | 0 | 0.0089463090 | |
| 10767115 | 4 years ago | | | 0 | 0.0087541730 | |
| 10767106 | 4 years ago | | | 0 | 0.0089908180 |
ABI
ABI objects
Getter at block 21392849
decimals() view returns (uint8)
18
governance() view returns (address)
0x3035cee4ebcab0462db80f717af57797eb581fbc
name() view returns (string)
wand.finance
symbol() view returns (string)
WAND
totalSupply() view returns (uint256)
1000100000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.