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 "$oul"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16538577 | 2 years ago | | | 0 | 0.00072801357 | |
| 16112552 | 2 years ago | | | 0 | 0.00046752889 | |
| 16112530 | 2 years ago | | | 0 | 0.00038551688 | |
| 16069323 | 2 years ago | | | 0 | 0.00092145155 | |
| 15902733 | 2 years ago | | | 0 | 0.00040122412 | |
| 15759037 | 2 years ago | | | 0 | 0.00056212800 | |
| 15759029 | 2 years ago | | | 0 | 0.00032332800 | |
| 15692739 | 2 years ago | | | 0 | 0.00017550874 | |
| 15587222 | 2 years ago | | | 0 | 0.00016891442 | |
| 15575553 | 2 years ago | | | 0 | 0.00031506208 |
ABI
ABI objects
Getter at block 21182755
decimals() view returns (uint8)
18
name() view returns (string)
$oul
owner() view returns (address)
0x0b1d44776d18f0625ac36eefae17db236f9ab1af
symbol() view returns (string)
SOUL
totalSupply() view returns (uint256)
9456728000000000000000000
treasury() view returns (address)
0x0b1d44776d18f0625ac36eefae17db236f9ab1af
treasuryTax() view returns (uint256)
0
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)
collectAndBurn(address _address, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _address, uint256 _amount)
renounceOwnership()
setAuthorizedAddresses(address[] _addresses, bool _isAuthorized)
setTreasury(address _address)
setTreasuryTax(uint256 _tax)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
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.