SvdToken
Verified contract
Active on
Ethereum with 19,950 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($-210,294,022,818,423,800.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0xbdeb…efe3 | ERC-20 | 1,168,254,676,802.5055T | $0.000047 |
$55,129,938,198,310,230,000 | |
AVINOC | ERC-20 | 42 | $0.042867 |
$1.8 | |
| ERC-20 | 21M | -- | -- | |
PRO | ERC-20 | 88.93888K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
BAAS | ERC-20 | 750 | -- | -- | |
BCT | ERC-20 | 154.202005 | -- | -- | |
SCC | ERC-20 | 5 | -- | -- | |
💩 | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21110615 | 7 days ago | | | 0 | 0.000098344905 | |
| 21015455 | 20 days ago | | | 0 | 0.00056505698 | |
| 20986064 | 24 days ago | | | 0 | 0.00076508709 | |
| 20848707 | a month ago | | | 0 | 0.00036734808 | |
| 20704949 | 2 months ago | | | 0 | 0.000054243154 | |
| 20527128 | 3 months ago | | | 0 | 0.00016251052 | |
| 20453375 | 3 months ago | | | 0 | 0.000049539000 | |
| 20452852 | 3 months ago | | | 0 | 0.000049539000 | |
| 20421583 | 3 months ago | | | 0 | 0.00043289598 | |
| 20415668 | 3 months ago | | | 0 | 0.000053227000 |
ABI
ABI objects
Getter at block 21161402
CAP() view returns (uint256)
10000000000000000000000000000
DECIMALS() view returns (uint8)
18
NAME() view returns (string)
savedroid
SYMBOL() view returns (string)
SVD
mintingFinished() view returns (bool)
true
owner() view returns (address)
0x05c187488333396435fe076d05a32f7859ffdd4b
paused() view returns (bool)
false
totalSupply() view returns (uint256)
6988089973955364623762333376
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchMint(address[] _to, uint256[] _amount) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.