Anubis Protocol
Verified contract
Active on
Ethereum with 30 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 "Anubis Protocol"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12431881 | 4 years ago | | | 0 | 0.0041147700 | |
| 12369073 | 4 years ago | | | 0 | 0.0020741700 | |
| 12368743 | 4 years ago | | | 0 | 0.0093585600 | |
| 12368742 | 4 years ago | | | 0 | 0.0073564800 | |
| 12368742 | 4 years ago | | | 0 | 0.0074496000 | |
| 12368740 | 4 years ago | | | 0 | 0.0079152000 | |
| 12368737 | 4 years ago | | | 0 | 0.012105600 | |
| 12368735 | 4 years ago | | | 0 | 0.0066650000 | |
| 12368735 | 4 years ago | | | 0 | 0.0067977600 | |
| 12368733 | 4 years ago | | | 0 | 0.0080548800 |
ABI
ABI objects
Getter at block 21428734
decimals() view returns (uint8)
6
getOwner() view returns (address)
0x12d59ca64369a3d0a7261261b4024845bd711bab
name() view returns (string)
Anubis Protocol
owner() view returns (address)
0x12d59ca64369a3d0a7261261b4024845bd711bab
symbol() view returns (string)
Anubis
totalSupply() view returns (uint256)
1000000000000000000000
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)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 amount) returns (bool)
renounceOwnership()
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)
Burn(address indexed _from, 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.